UseTimeOfDayBJ
- Parameters
-
flag boolean
- return type
nothing
- Source code
function UseTimeOfDayBJ takes boolean flag returns nothing call SuspendTimeOfDay(not flag) endfunction
- Source
- Blizzard.j
- wc3modding.com
- UseTimeOfDayBJ
flag | boolean |
nothing
function UseTimeOfDayBJ takes boolean flag returns nothing
call SuspendTimeOfDay(not flag)
endfunction