View Single Post
05-11-14, 06:54 AM   #18
Billtopia
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 110
that is not the self I meant... I know that he is specifically passing his frame by calling his function via a colon, what I meant is that when the "ADDON_LOADED" event fires it gives you 3 arguments, self, event, addon_name


with the way he is calling his handler would his function prototype/declaration not need an extra variable like the following:


function(frame, self, event, addon_name)
  Reply With Quote