TimerGetRemaining
- Parameters
-
whichTimer timer
- bug
After non-periodic timer expires, this function returns remaining time that was at last pause of this timer.
- note
Returns remaining time of passed timer while timer is running or paused by
PauseTimer
.- return type
real
- Source code
native TimerGetRemaining takes timer whichTimer returns real
- Source
- common.j
- wc3modding.com
- TimerGetRemaining