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