User contributions for Shr0x
5 May 2024
- 20:5520:55, 5 May 2024 diff hist +497 N Ui::setBlipFade Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''opacity:''' {{RageType|number}} *'''duration:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipFade(blip, opacity, duration) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Ca..." current
- 20:5420:54, 5 May 2024 diff hist +411 N Ui::getBlipRotation Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipRotation(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5420:54, 5 May 2024 diff hist +461 N Ui::setBlipSquaredRotation Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''heading:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipSquaredRotation(blip, heading) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5420:54, 5 May 2024 diff hist +456 N Ui::setBlipRotation Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''rotation:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipRotation(blip, rotation) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5420:54, 5 May 2024 diff hist +413 N Ui::getBlipFadeStatus Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipFadeStatus(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5420:54, 5 May 2024 diff hist +408 N Ui::getBlipAlpha Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipAlpha(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5420:54, 5 May 2024 diff hist +447 N Ui::setBlipAlpha Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipAlpha(blip, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5320:53, 5 May 2024 diff hist +454 N Ui::setBlipSprite Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''spriteId:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipSprite(blip, spriteId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5320:53, 5 May 2024 diff hist +409 N Ui::getBlipSprite Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipSprite(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5320:53, 5 May 2024 diff hist +460 N Ui::setBlipNameToPlayerName Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''player:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipNameToPlayerName(blip, player) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5320:53, 5 May 2024 diff hist +464 N Ui::setBlipNameFromTextFile Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''gxtEntry:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipNameFromTextFile(blip, gxtEntry) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5320:53, 5 May 2024 diff hist +410 N Ui::getBlipCoords Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipCoords(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5320:53, 5 May 2024 diff hist +524 N Ui::setBlipCoords Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipCoords(blip, posX, posY, posZ) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Cat..." current
- 20:5220:52, 5 May 2024 diff hist +414 N Ui::allowSonarBlips Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.allowSonarBlips(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5220:52, 5 May 2024 diff hist +566 N Ui::triggerSonarBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''p4:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.triggerSonarBlip(posX, posY, posZ, radius, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight..." current
- 20:5220:52, 5 May 2024 diff hist +417 N Ui::getBlipFromEntity Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipFromEntity(entity) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5220:52, 5 May 2024 diff hist +416 N Ui::addBlipForEntity Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.addBlipForEntity(entity) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5220:52, 5 May 2024 diff hist +554 N Ui::addBlipForArea Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''width:''' {{RageType|number}} *'''height:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.addBlipForArea(x, y, z, width, height) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See a..." current
- 20:5120:51, 5 May 2024 diff hist +420 N Ui::getBlipInfoIdPickupIndex Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipInfoIdPickupIndex(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5120:51, 5 May 2024 diff hist +420 N Ui::getBlipInfoIdEntityIndex Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipInfoIdEntityIndex(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5120:51, 5 May 2024 diff hist +413 N Ui::getBlipInfoIdType Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipInfoIdType(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5120:51, 5 May 2024 diff hist +415 N Ui::getBlipInfoIdDisplay Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipInfoIdDisplay(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5120:51, 5 May 2024 diff hist +427 N Ui::getClosestBlipOfType Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blipSprite:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getClosestBlipOfType(blipSprite) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5120:51, 5 May 2024 diff hist +425 N Ui::getFirstBlipInfoId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blipSprite:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getFirstBlipInfoId(blipSprite) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5120:51, 5 May 2024 diff hist +425 N Ui::getNextBlipInfoId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blipSprite:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getNextBlipInfoId(blipSprite) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5120:51, 5 May 2024 diff hist +357 N Ui::getNumberOfActiveBlips Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getNumberOfActiveBlips() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5020:50, 5 May 2024 diff hist +356 N Ui::getWaypointBlipEnumId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getWaypointBlipEnumId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5020:50, 5 May 2024 diff hist +430 N Ui::setAllowAbilityBarInMultiplayer Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setAllowAbilityBarInMultiplayer(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5020:50, 5 May 2024 diff hist +437 N Ui::setAbilityBarVisibilityInMultiplayer Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''visible:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setAbilityBarVisibilityInMultiplayer(visible) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5020:50, 5 May 2024 diff hist +565 N Ui::replaceColourWithRgba Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudColorIndex:''' {{RageType|number}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} *'''a:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.replaceColourWithRgba(hudColorIndex, r, g, b, a) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight>..." current
- 20:4920:49, 5 May 2024 diff hist +357 N Ui::getStandardBlipEnumId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getStandardBlipEnumId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4920:49, 5 May 2024 diff hist +621 N Ui::setHelpMessageTextStyle Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''style:''' {{RageType|number}} *'''hudColor:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} *'''direction:''' {{RageType|RageEnums.Hud.ArrowDirection}} *'''offset:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setHelpMessageTextStyle(style, hudColor, alpha, direction, offset) </syntaxhighlight> ==Example== <synt..."
- 20:4920:49, 5 May 2024 diff hist +358 N Ui::isHelpMessageFadingOut Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isHelpMessageFadingOut() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4920:49, 5 May 2024 diff hist +363 N Ui::isHelpMessageBeingDisplayed Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isHelpMessageBeingDisplayed() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4920:49, 5 May 2024 diff hist +357 N Ui::isHelpMessageOnScreen Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isHelpMessageOnScreen() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4920:49, 5 May 2024 diff hist +371 N Ui::getDefaultScriptRendertargetRenderId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getDefaultScriptRendertargetRenderId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4820:48, 5 May 2024 diff hist +347 N Ui::setTextOutline Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setTextOutline() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4820:48, 5 May 2024 diff hist +551 N Ui::setTextDropShadow Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''distance:''' {{RageType|number}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} *'''a:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setTextDropshadow(distance, r, g, b, a) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also..." current
- 20:4820:48, 5 May 2024 diff hist +461 N Ui::getRenderedCharacterHeight Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''size:''' {{RageType|number}} *'''font:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getRenderedCharacterHeight(size, font) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4820:48, 5 May 2024 diff hist +484 N Ui::replaceColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudColorIndex:''' {{RageType|number}} *'''hudColorIndex2:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.replaceColour(hudColorIndex, hudColorIndex2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO:..." current
- 20:4820:48, 5 May 2024 diff hist +511 N Ui::setScriptVariable2Colour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} *'''a:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setScriptVariable2Colour(r, g, b, a) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clients..." current
- 20:4720:47, 5 May 2024 diff hist +510 N Ui::setScriptVariableColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} *'''a:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setScriptVariableColour(r, g, b, a) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientsi..." current
- 20:4720:47, 5 May 2024 diff hist +435 N Ui::getColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|GetHudColourResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getColour(hudColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4720:47, 5 May 2024 diff hist +416 N Ui::setRadarZoomToDistance Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''zoom:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setRadarZoomToDistance(zoom) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4720:47, 5 May 2024 diff hist +451 N Ui::setRadarZoomToBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''zoom:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setRadarZoomToBlip(blip, zoom) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4620:46, 5 May 2024 diff hist +413 N Ui::setRadarZoomPrecise Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''zoom:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setRadarZoomPrecise(zoom) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4620:46, 5 May 2024 diff hist +455 N Ui::setBlipRouteColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''colour:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipRouteColour(blip, colour) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4520:45, 5 May 2024 diff hist +351 N Ui::clearAllBlipRoutes Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.clearAllBlipRoutes() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4520:45, 5 May 2024 diff hist +452 N Ui::setBlipRoute Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''enabled:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipRoute(blip, enabled) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:4520:45, 5 May 2024 diff hist +354 N Ui::isMinimapRendering Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isMinimapRendering() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current