Skip to main content

Ui::lockMinimapPosition

Locks the minimap to the specified world position.

Syntax

```js mp.game.ui.lockMinimapPosition(x, y); ```

Required Arguments

  • x: float
  • y: float

Return value

  • Undefined

Example

```js // todo ```

See also