TimerGetElapsed
- Parameters
-
whichTimer timer
- bug
If passed timer was resumed by
ResumeTimer
, this function returns amount of time elapsed after last resuming.- note
If passed timer is paused or has expired, this function returns
(TimerGetTimeout - TimerGetRemaining)
.- return type
real
- Source code
native TimerGetElapsed takes timer whichTimer returns real
- Source
- common.j
- wc3modding.com
- TimerGetElapsed