Menu

ToggleMap

Benjamin

This command toggles the [Minimap] on and off.
Syntax:
ToggleMap

Example:
:KeyPressed=50 1:ToggleMap

Code reference:
case AIACTMAPTOGGLE:
if ShowMap=0
ShowMap=1
else
ShowMap=0
endif
endcase


Related

Wiki: Commands