View Single Post
03-27-16, 01:55 PM   #18
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,327
The time only resets when the frame handler itself is called. This means you can't extend this just by repeatedly calling functions. Not even running them through pcall() would work. However, with clever coding, you can have multiple frames do a chunk of the work to extend the time you have. For example, you can have 5 frames put in a total of a full second of work combined to complete a task.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 03-27-16 at 02:05 PM.
  Reply With Quote