WoW API: GetMirrorTimerProgress

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetMirrorTimerProgress to API GetMirrorTimerProgress without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetMirrorTimerProgress

Returns the current value of a mirror timer (fatigue, breath, feign death etc).

value = GetMirrorTimerProgress("timer")

ArgumentsEdit

timer
String - the first return value from GetMirrorTimerInfo, identifying the timer queried. Valid values include "EXHAUSTION", "BREATH" and "FEIGNDEATH".

Return valuesEdit

value
Number - current value of the timer. If the timer is not active, 0 is returned.

See AlsoEdit