If passed timer is paused or has expired, this function returns (TimerGetTimeout - TimerGetRemaining).
(TimerGetTimeout - TimerGetRemaining)
If passed timer was resumed by ResumeTimer, this function returns amount of time elapsed after last resuming.
ResumeTimer
Generated using TypeDoc
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.