Skip to main content

Ui::lockMinimapAngle

Locks the minimap to the specified angle in integer degrees.

angle: The angle in whole degrees. If less than 0 or greater than 360, unlocks the angle.

Syntax​

```js mp.game.ui.lockMinimapAngle(angle); ```

Required Arguments​

  • angle: int

Return value​

  • Undefined

Example​

```js // todo ```

See also​