TimerGetElapsed

Parameters
whichTimer timer
bug

If passed timer was resumed by ResumeTimer, this function returns amount of time elapsed after last resuming.

comment
note

If passed timer is paused or has expired, this function returns (TimerGetTimeout - TimerGetRemaining).

patch

1.00

return type
real
Source code
native TimerGetElapsed      takes timer whichTimer returns real
Source
common.j
wc3modding.com
TimerGetElapsed