WoW:UIHANDLER OnUpdate: Difference between revisions

no edit summary
m (Move page script moved page UIHANDLER OnUpdate to WoW:UIHANDLER OnUpdate without leaving a redirect)
No edit summary
 
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.