SetTimeOfDayScalePercentBJ

Parameters
scalePercent real
return type
nothing
Source code
function SetTimeOfDayScalePercentBJ takes real scalePercent returns nothing
    call SetTimeOfDayScale(scalePercent * 0.01)
endfunction
Source
Blizzard.j
wc3modding.com
SetTimeOfDayScalePercentBJ