All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:08, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerHealthBarMax (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''value:''' {{RageType|number}} *'''maximumValue:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerHealthBarMax(gamerTagId, value, maximumValue) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Cat...")
- 11:08, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerHealthBarDisplay (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerHealthBarDisplay(gamerTagId, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:08, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagIcons (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagIcons(gamerTagId, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:08, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagEnabled (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagEnabled(gamerTagId, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:08, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagVisibility (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''component:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagVisibility(gamerTagId, component, toggle, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==Se...")
- 11:08, 6 May 2024 Shr0x talk contribs created page Ui::isMpGamerTagFree (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isMpGamerTagFree(gamerTagId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::isMpGamerTagActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isMpGamerTagActive(gamerTagId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::removeMpGamerTag (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.removeMpGamerTag(gamerTagId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::createFakeMpGamerTag (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''username:''' {{RageType|string}} *'''pointedClanTag:''' {{RageType|boolean}} *'''isRockstarClan:''' {{RageType|boolean}} *'''clanTag:''' {{RageType|string}} *'''clanFlag:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.createFakeMpGamerTag(ped, username, pointedClanTag, isRockstarClan, clan...")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::isMpGamerTagMovieActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isMpGamerTagMovieActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::createMpGamerTagWithCrewColor (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''player:''' {{RageType|number}} *'''username:''' {{RageType|string}} *'''pointedClanTag:''' {{RageType|boolean}} *'''isRockstarClan:''' {{RageType|boolean}} *'''clanTag:''' {{RageType|string}} *'''clanFlag:''' {{RageType|number}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javas...")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::setFloatingHelpTextStyle (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''helpIndex:''' {{RageType|number}} *'''style:''' {{RageType|number}} *'''color:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} *'''direction:''' {{RageType|RageEnums.Hud.ArrowDirection}} *'''offset:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setFloatingHelpTextStyle(helpIndex, style, color, alpha, direction, o...")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::setFloatingHelpTextToEntity (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudIndex:''' {{RageType|number}} *'''entity:''' {{RageType|number}} *'''offsetX:''' {{RageType|number}} *'''offsetY:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setFloatingHelpTextToEntity(hudIndex, entity, offsetX, offsetY) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }}...")
- 11:07, 6 May 2024 Shr0x talk contribs created page Ui::setFloatingHelpTextWorldPosition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudIndex:''' {{RageType|number}} *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setFloatingHelpTextWorldPosition(hudIndex, x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_...")
- 11:06, 6 May 2024 Shr0x talk contribs created page Ui::setFloatingHelpTextScreenPosition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudIndex:''' {{RageType|number}} *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setFloatingHelpTextScreenPosition(hudIndex, x, y) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API...")
- 11:06, 6 May 2024 Shr0x talk contribs created page Ui::isFloatingHelpTextOnScreen (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isFloatingHelpTextOnScreen(hudIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:06, 6 May 2024 Shr0x talk contribs created page Ui::isReportugcMenuOpen (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isReportugcMenuOpen() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:06, 6 May 2024 Shr0x talk contribs created page Ui::forceCloseReportugcMenu (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.forceCloseReportugcMenu() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:06, 6 May 2024 Shr0x talk contribs created page Ui::openReportugcMenu (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.openReportugcMenu() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:05, 6 May 2024 Shr0x talk contribs created page Ui::getScreenPositionFromWorldPosition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''worldX:''' {{RageType|number}} *'''worldY:''' {{RageType|number}} *'''worldZ:''' {{RageType|number}} ===Return value=== *''' {{RageType|GetHudScreenPositionFromWorldPositionResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getScreenPositionFromWorldPosition(worldX, worldY, worldZ) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==Se...")
- 11:05, 6 May 2024 Shr0x talk contribs created page Ui::clearReminderMessage (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.clearReminderMessage() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:05, 6 May 2024 Shr0x talk contribs created page Ui::getComponentPosition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getComponentPosition(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:04, 6 May 2024 Shr0x talk contribs created page Ui::setComponentPosition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setComponentPosition(id, x, y) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:04, 6 May 2024 Shr0x talk contribs created page Ui::resetComponentValues (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.resetComponentValues(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:04, 6 May 2024 Shr0x talk contribs created page Ui::resetReticuleValues (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.resetReticuleValues() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:04, 6 May 2024 Shr0x talk contribs created page Ui::hideAreaAndVehicleNameThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.hideAreaAndVehicleNameThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:04, 6 May 2024 Shr0x talk contribs created page Ui::showComponentThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showComponentThisFrame(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:04, 6 May 2024 Shr0x talk contribs created page Ui::hideComponentThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.hideComponentThisFrame(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:04, 6 May 2024 Shr0x talk contribs created page Ui::isScriptedComponentHiddenThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isScriptedComponentHiddenThisFrame(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::showScriptedComponentThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showScriptedComponentThisFrame(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::hideScriptedComponentThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.hideScriptedComponentThisFrame(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::isScriptedComponentActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isScriptedComponentActive(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::isComponentActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isComponentActive(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::setBigmapActive (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...")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::setMaxArmourDisplay (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''maximumValue:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMaxArmourDisplay(maximumValue) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::setMaxHealthDisplay (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''maximumValue:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMaxHealthDisplay(maximumValue) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:03, 6 May 2024 Shr0x talk contribs created page Ui::setHealthDisplayValues (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''health:''' {{RageType|number}} *'''capacity:''' {{RageType|number}} *'''wasAdded:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setHealthDisplayValues(health, capacity, wasAdded) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Cli...")
- 11:02, 6 May 2024 Shr0x talk contribs created page Ui::setMinimapAltitudeIndicatorLevel (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''altitude:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} *'''p2:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapAltitudeIndicatorLevel(altitude, p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside AP...")
- 11:02, 6 May 2024 Shr0x talk contribs created page Ui::unlockMinimapPosition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.unlockMinimapPosition() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:02, 6 May 2024 Shr0x talk contribs created page Ui::unlockMinimapAngle (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.unlockMinimapAngle() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:02, 6 May 2024 Shr0x talk contribs created page Ui::setMinimapGolfCourseOff (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapGolfCourseOff() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:02, 6 May 2024 Shr0x talk contribs created page Ui::setMinimapGolfCourse (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hole:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapGolfCourse(hole) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::setMinimapFowRevealCoordinate (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapFowRevealCoordinate(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: E...")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::getMinimapFowCoordinateIsRevealed (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getMinimapFowCoordinateIsRevealed(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:...")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::getMinimapFowDiscoveryRatio (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getMinimapFowDiscoveryRatio() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::setMinimapHideFow (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapHideFow(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::setMinimapInPrologue (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapInPrologue(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::setMissionName2 (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|boolean}} *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMissionName2(p0, name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::setMinimapInSpectatorMode (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapInSpectatorMode(toggle, ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:01, 6 May 2024 Shr0x talk contribs created page Ui::flashMinimapDisplayWithColor (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.flashMinimapDisplayWithColor(hudColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")