View Single Post
09-09-10, 02:25 AM   #7
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
Even if it's not "new". Blizzard themselves have moved over to using

<OnEvent function="OnEventFunction"/>

which passes all arguments with it... basically the same as

<OnEvent>OnEventFunction(self, event, ...)</OnEvent>
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 09-09-10 at 03:38 AM. Reason: <OnEvemt>OnEventFunction(...)</OnEvent> -> <OnEvent>OnEventFunction(self, event, ...)</OnEvent>