Ui::setBigmapActive

From RAGE Multiplayer Wiki
Revision as of 11:03, 6 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggleBigMap:''' {{RageType|boolean}} *'''showFullMap:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBigmapActive(toggleBigMap, showFullMap) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Exam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • toggleBigMap: boolean
  • showFullMap: boolean

Return value

  • void

Syntax

mp.game.ui.setBigmapActive(toggleBigMap, showFullMap)

Example

//todo


See also