StartTimerBJ
- Parameters
-
t timer
periodic boolean
timeout real
- comment
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
timer
- Source code
-
function StartTimerBJ takes timer t, boolean periodic, real timeout returns timer set bj_lastStartedTimer = t call TimerStart(t, timeout, periodic, null) return bj_lastStartedTimer endfunction