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

Ui::lockMinimapPosition

Материал из RAGE MP Wiki Archive
Версия от 14:49, 20 мая 2017; imported>StreetGT
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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