WoW:API and scripting quirks: Difference between revisions

m
no edit summary
No edit summary
 
mNo edit summary
Line 11: Line 11:


* [[Frames]]
* [[Frames]]
** OnEvent handlers are only called when the frame is visible.  
** OnUpdate handlers are only called when the frame is visible.  
** OnUpdate handles are called ''every'' frame. Use with care.
** OnUpdate handles are called ''every'' frame. Use with care.
** When inheriting frames, you can access the parent frame name with $parent.  
** When inheriting frames, you can access the parent frame name with $parent.  
Anonymous user