SetGameSpeed

Parameters
whichspeed gamespeed

The gamespeed constant to be set as new speed. The only allowed values are: MAP_SPEED_SLOWEST, MAP_SPEED_SLOW and MAP_SPEED_NORMAL, because MAP_SPEED_FAST and MAP_SPEED_FASTEST are automatically reverted to normal speed.

comment

Sets a new gamespeed to run the map at.

note

See: gamespeed for values and mechanics.

return type
nothing
Source code
native SetGameSpeed takes gamespeed whichspeed returns nothing
Source
map-setup.j
wc3modding.com
SetGameSpeed