WoW:UIHANDLER OnUpdate

From AddOn Studio
Revision as of 23:21, 10 February 2006 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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