SetTimeOfDay
- Parameters
-
whatTime real
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
nothing
- Source code
function SetTimeOfDay takes real whatTime returns nothing call SetFloatGameState(GAME_STATE_TIME_OF_DAY, whatTime) endfunction
whatTime | real |
1.00
nothing
function SetTimeOfDay takes real whatTime returns nothing
call SetFloatGameState(GAME_STATE_TIME_OF_DAY, whatTime)
endfunction