Thread Tools Display Modes
04-17-13, 10:24 AM   #1
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,331
Correct, C code is completely out of the scope of what addons have access to. This barrier is by design to allow UI customization, yet keep people from hacking the game itself from within. This is what is known as a "sandbox". You can do whatever you want within the Lua environment, but you can't affect or respond from anything outside of it, including C code that runs behind the WoW API.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 04-17-13 at 10:27 AM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Issue with select() and IsInInstance()


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off