User contributions for Shr0x
6 May 2024
- 11:1011:10, 6 May 2024 diff hist +359 N Ui::isWarningMessageActive2 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isWarningMessageActive2() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:1011:10, 6 May 2024 diff hist +431 N Ui::resetGlobalActionscriptFlag Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''flagIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.resetGlobalActionscriptFlag(flagIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:1011:10, 6 May 2024 diff hist +431 N Ui::getGlobalActionscriptFlag Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''flagIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getGlobalActionscriptFlag(flagIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:1011:10, 6 May 2024 diff hist +354 N Ui::getCurrentWebsiteId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getCurrentWebsiteId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:1011:10, 6 May 2024 diff hist +354 N Ui::getCurrentWebpageId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getCurrentWebpageId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:0911:09, 6 May 2024 diff hist +469 N Ui::setMpGamerTagBigText Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''string:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagBigText(gamerTagId, string) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:0911:09, 6 May 2024 diff hist +431 N Ui::isValidMpGamerTagMovie Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isValidMpGamerTagMovie(gamerTagId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:0911:09, 6 May 2024 diff hist +466 N Ui::setMpGamerTagName Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''string:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagName(gamerTagId, string) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:0911:09, 6 May 2024 diff hist +457 N Ui::setMpGamerTagUnk Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagUnk(gamerTagId, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:0911:09, 6 May 2024 diff hist +479 N Ui::setMpGamerTagWantedLevel Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''wantedlvl:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagWantedLevel(gamerTagId, wantedlvl) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Examp..." current
- 11:0911:09, 6 May 2024 diff hist +514 N Ui::setMpGamerTagAlpha Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''component:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagAlpha(gamerTagId, component, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clie..." current
- 11:0911:09, 6 May 2024 diff hist +491 N Ui::setMpGamerTagHealthBarColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''hudColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagHealthBarColour(gamerTagId, hudColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category..." current
- 11:0911:09, 6 May 2024 diff hist +531 N Ui::setMpGamerTagColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''component:''' {{RageType|number}} *'''hudColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagColour(gamerTagId, component, hudColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}..." current
- 11:0811:08, 6 May 2024 diff hist +524 N 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..." current
- 11:0811:08, 6 May 2024 diff hist +476 N 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" current
- 11:0811:08, 6 May 2024 diff hist +468 N 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" current
- 11:0811:08, 6 May 2024 diff hist +470 N 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" current
- 11:0811:08, 6 May 2024 diff hist +557 N 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..." current
- 11:0811:08, 6 May 2024 diff hist +425 N 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" current
- 11:0711:07, 6 May 2024 diff hist +427 N 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" current
- 11:0711:07, 6 May 2024 diff hist +422 N 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" current
- 11:0711:07, 6 May 2024 diff hist +673 N 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..." current
- 11:0711:07, 6 May 2024 diff hist +359 N 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" current
- 11:0711:07, 6 May 2024 diff hist +785 N 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..." current
- 11:0711:07, 6 May 2024 diff hist +665 N 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..." current
- 11:0711:07, 6 May 2024 diff hist +562 N 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> }}..." current
- 11:0711:07, 6 May 2024 diff hist +533 N 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_..." current
- 11:0611:06, 6 May 2024 diff hist +501 N 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..." current
- 11:0611:06, 6 May 2024 diff hist +431 N 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" current
- 11:0611:06, 6 May 2024 diff hist +355 N 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" current
- 11:0611:06, 6 May 2024 diff hist +356 N 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" current
- 11:0611:06, 6 May 2024 diff hist +350 N 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" current
- 11:0611:06, 6 May 2024 diff hist +37 Ui::getScreenPositionFromWorldPosition No edit summary current
- 11:0511:05, 6 May 2024 diff hist +557 N 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:0511:05, 6 May 2024 diff hist +353 N 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" current
- 11:0511:05, 6 May 2024 diff hist +413 N 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" current
- 11:0411:04, 6 May 2024 diff hist +476 N 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" current
- 11:0411:04, 6 May 2024 diff hist +410 N 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" current
- 11:0411:04, 6 May 2024 diff hist +352 N 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" current
- 11:0411:04, 6 May 2024 diff hist +364 N 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" current
- 11:0411:04, 6 May 2024 diff hist +412 N 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" current
- 11:0411:04, 6 May 2024 diff hist +412 N 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" current
- 11:0411:04, 6 May 2024 diff hist +427 N 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" current
- 11:0311:03, 6 May 2024 diff hist +420 N 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" current
- 11:0311:03, 6 May 2024 diff hist +420 N 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" current
- 11:0311:03, 6 May 2024 diff hist +418 N 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" current
- 11:0311:03, 6 May 2024 diff hist +410 N 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" current
- 11:0311:03, 6 May 2024 diff hist +480 N 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..." current
- 11:0311:03, 6 May 2024 diff hist +429 N 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" current
- 11:0311:03, 6 May 2024 diff hist +429 N 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" current