Ui::setRadarBigmapEnabled: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
Line 14: Line 14:
{{Ui_s_function_c}}
{{Ui_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 14:50, 20 May 2017

Toggles the big minimap state like in GTA:Online.

Syntax

mp.game.ui.setRadarBigmapEnabled(toggleBigMap, showFullMap);

Required Arguments

  • toggleBigMap: Boolean
  • showFullMap: Boolean

Return value

  • Undefined

Example

// todo

See also