View Single Post
02/21/14, 02:57 AM   #2
zork
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 29
That OnUpdate tag in the XML that everyone seems to be using right now. How often is that firing? Every frame? According to the this snippet (..."We're just going to make a simple window frame with some text on it that updates every frame."...) I would guess yes.

Code:
  <OnUpdate>
    DoStuff()
  </OnUpdate>
Are there any arguments that allow throttling like elapsed?

Article from the wow wiki page regarding that kind of trigger:
http://www.wowwiki.com/Using_OnUpdate_correctly
http://wowpedia.org/Using_OnUpdate_correctly

Frame rate and the human eye
http://en.wikipedia.org/wiki/Frame_rate

Last edited by zork : 02/21/14 at 03:16 AM.
  Reply With Quote