TimerGetElapsed
- Parameters
-
whichTimer timer
- comment
- note
-
If passed timer is paused or has expired, this function returns
(TimerGetTimeout - TimerGetRemaining)
. - bug
-
If passed timer was resumed by
ResumeTimer
, this function returns amount of time elapsed after last resuming. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
real
- Source code
-
native TimerGetElapsed takes timer whichTimer returns real