ResumeTimer
- Parameters
-
whichTimer timer
- bug
If passed timer is paused or has expired, launches it for
TimerGetRemaining
, and after this time is elapsed, launches it again forTimerGetTimeout
. After that passed timer is stopped even if it is periodic.- note
Has no effect if passed timer is running.
- return type
nothing
- Source code
native ResumeTimer takes timer whichTimer returns nothing
- Source
- common.j
- wc3modding.com
- ResumeTimer