Menu

MapZoomOut

Benjamin

This command makes the [Minimap] zoom out.
Syntax:
MapZoomOut

Example:
KeyPressed=45 1:MapZoomOut

Code reference:
case AIACTMAPZOOMOUT:
if ShowMap=1
dec DistView#,0.1
endif
endcase


Related

Wiki: Commands