WoW:UIHANDLER OnUpdate: Difference between revisions

lead-in
(→‎Arguments: Point out that arg1 does not count time spent zoning)
(lead-in)
Line 1: Line 1:
{{widgethandler}}<br>
{{widgethandler}}
 
== 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.
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.