API GetMirrorTimerProgress
Talk0
98,482pages on
this wiki
this wiki
Revision as of 00:01, November 8, 2009 by Starlightblunder (Talk | contribs)
Returns the current value of a mirror timer (fatigue, breath, feign death etc).
value = GetMirrorTimerProgress("timer")
Arguments
Edit
- timer
- String - the first return value from GetMirrorTimerInfo, identifying the timer queried. Valid values include "EXHAUSTION", "BREATH" and "FEIGNDEATH".
Return values
Edit
- value
- Number - current value of the timer. If the timer is not active, 0 is returned.