View Single Post
09-01-10, 09:26 PM   #16
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
* The global variables this, event and arg1[b], [b]arg2... have been removed. Event handlers and other callbacks must use the appropriate locals. If you have lua installed locally, the command luac -l -p somefile.lua can be useful to search for the GETGLOBAL instruction to find places where code is referencing a global instance of these variables.
It's finally happened, hallelujah