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.

patch

1.00

Source
common.j
return type
nothing
Source code
native SetGameSpeed         takes gamespeed whichspeed returns nothing