Перейти к содержанию

Ui::lockMinimapPosition

Материал из RAGE MP Wiki Archive

Locks the minimap to the specified world position.

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.lockMinimapPosition(x, y);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also