Skip to main content

Ui::setMinimapVisible

Toggles the minimap-map and the map(in the mainmenu) visibility, no map will be drawn anymore

Syntax​

```js mp.game.ui.setMinimapVisible(toggle); ```

Required Arguments​

  • toggle: Boolean

Return value​

  • Undefined

Example​

```js // todo ```

See also​