WoW:UIHANDLER OnUpdate: Difference between revisions

no edit summary
(lead-in)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:


== Arguments ==
== Arguments ==
 
* self (table) - the frame table
: arg1 - The time (in seconds) since the last OnUpdate dispatch (I'm not sure if this is based on when the last dispatch run started or ended, or if it's maintained per frame). Also note that it does NOT include time spent zoning, only actual time spent looking at the world.
* elapsed (number) - The time (in seconds) since the last OnUpdate dispatch (I'm not sure if this is based on when the last dispatch run started or ended, or if it's maintained per frame). Also note that it does NOT include time spent zoning, only actual time spent looking at the world.