Ui::lockMinimapAngle

From RAGE Multiplayer Wiki
Revision as of 14:50, 20 May 2017 by StreetGT (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

mp.game.ui.lockMinimapAngle(angle);

Required Arguments

  • angle: int

Return value

  • Undefined

Example

// todo

See also