DestroyTimerBJ
- Parameters
-
whichTimer timer
- return type
nothing
- Source code
function DestroyTimerBJ takes timer whichTimer returns nothing call DestroyTimer(whichTimer) endfunction
- Source
- Blizzard.j
- wc3modding.com
- DestroyTimerBJ
whichTimer | timer |
nothing
function DestroyTimerBJ takes timer whichTimer returns nothing
call DestroyTimer(whichTimer)
endfunction