WoW:API GetMirrorTimerProgress: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(docs)
 
m (Move page script moved page API GetMirrorTimerProgress to API GetMirrorTimerProgress without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetMirrorTimerProgress

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.

See Also[edit]