WoW:UIHANDLER OnUpdate: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
({{widgethandler}})
Line 1: Line 1:
{{widgethandler}}
== Description ==
== Description ==


Line 6: Line 8:


: 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).
: 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).
[[Category:World of Warcraft API]]

Revision as of 22:15, 9 June 2006

Widget handlers < OnUpdate

Description

The OnUpdate handler is called right before each frame is painted (i.e. between the processing of events and user actions, but before the UI elements are drawn onto the screen). It is invoked for every visible frame that declares an OnUpdate handler.

Arguments

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).