Ui::setMinimapVisible
Toggles the minimap-map and the map(in the mainmenu) visibility, no map will be drawn anymore
Syntax
ui.setMinimapVisible(toggle);
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
todo
Toggles the minimap-map and the map(in the mainmenu) visibility, no map will be drawn anymore
ui.setMinimapVisible(toggle);
todo