Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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

value = GetMirrorTimerProgress("timer")

Arguments

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

Return values

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

See Also

Advertisement