User contributions for Shr0x
6 May 2024
- 10:5410:54, 6 May 2024 diff hist +428 N Ui::setInteriorZoomLevelDecreased Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setInteriorZoomLevelDecreased(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:5410:54, 6 May 2024 diff hist +428 N Ui::setInteriorZoomLevelIncreased Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setInteriorZoomLevelIncreased(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:5410:54, 6 May 2024 diff hist +359 N Ui::hideLoadingOnFadeThisFrame Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.hideLoadingOnFadeThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:5410:54, 6 May 2024 diff hist +354 N Ui::getMainPlayerBlipId Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getMainPlayerBlipId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:5410:54, 6 May 2024 diff hist +345 N Ui::showSigninUi Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showSigninUi() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:5410:54, 6 May 2024 diff hist +421 N Ui::setMinimapSonarEnabled Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMinimapSonarEnabled(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:5310:53, 6 May 2024 diff hist +514 N Ui::setBlipShowCone Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} *'''hudColor?:''' {{RageType|number | undefined}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipShowCone(blip, toggle, hudColor?) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clie..." current
- 10:5310:53, 6 May 2024 diff hist +451 N Ui::setBlipBright Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipBright(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
5 May 2024
- 21:0121:01, 5 May 2024 diff hist +352 N Ui::isWaypointActive Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isWaypointActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0121:01, 5 May 2024 diff hist +348 N Ui::refreshWaypoint Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.refreshWaypoint() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0121:01, 5 May 2024 diff hist +346 N Ui::deleteWaypoint Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.deleteWaypoint() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +347 N Ui::setWaypointOff Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setWaypointOff() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +410 N Ui::doesBlipExist Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.doesBlipExist(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +455 N Ui::setRadiusBlipEdge Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setRadiusBlipEdge(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +452 N Ui::setBlipAsMinimalOnEdge Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipAsMinimalOnEdge(blip, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +467 N Ui::setBlipDisplayIndicatorOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipDisplayIndicatorOnBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +461 N Ui::showCrewIndicatorOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showCrewIndicatorOnBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +463 N Ui::showFriendIndicatorOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showFriendIndicatorOnBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +464 N Ui::showOutlineIndicatorOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showOutlineIndicatorOnBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 21:0021:00, 5 May 2024 diff hist +464 N Ui::showHeadingIndicatorOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showHeadingIndicatorOnBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5920:59, 5 May 2024 diff hist +452 N Ui::showTickOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showTickOnBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5920:59, 5 May 2024 diff hist +454 N Ui::showHeightOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showHeightOnBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5920:59, 5 May 2024 diff hist +410 N Ui::hideNumberOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.hideNumberOnBlip(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5920:59, 5 May 2024 diff hist +453 N Ui::showNumberOnBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''number:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showNumberOnBlip(blip, number) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5920:59, 5 May 2024 diff hist +403 N Ui::pulseBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.pulseBlip(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5820:58, 5 May 2024 diff hist +455 N Ui::setBlipAsFriendly Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipAsFriendly(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5820:58, 5 May 2024 diff hist +456 N Ui::setBlipPriority Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''priority:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipPriority(blip, priority) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5820:58, 5 May 2024 diff hist +450 N Ui::setBlipCategory Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''index:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipCategory(blip, index) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5720:57, 5 May 2024 diff hist +457 N Ui::setBlipDisplay Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''displayId:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipDisplay(blip, displayId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5720:57, 5 May 2024 diff hist +506 N Ui::setBlipScaleTransformation Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''xScale:''' {{RageType|number}} *'''yScale:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipScaleTransformation(blip, xScale, yScale) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside A..." current
- 20:5720:57, 5 May 2024 diff hist +447 N Ui::setBlipScale Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''scale:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipScale(blip, scale) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5720:57, 5 May 2024 diff hist +457 N Ui::setBlipAsShortRange Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipAsShortRange(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5720:57, 5 May 2024 diff hist +411 N Ui::isBlipFlashing Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isBlipFlashing(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5720:57, 5 May 2024 diff hist +461 N Ui::setBlipFlashesAlternate Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipFlashesAlternate(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5720:57, 5 May 2024 diff hist +452 N Ui::setBlipFlashes Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipFlashes(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5720:57, 5 May 2024 diff hist +426 N Ui::showStartMissionInstructionalButton Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.showStartMissionInstructionalButton(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +368 N Ui::isHoveringOverMissionCreatorBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isHoveringOverMissionCreatorBlip() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +367 N Ui::getNewSelectedMissionCreatorBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getNewSelectedMissionCreatorBlip() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +417 N Ui::isMissionCreatorBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isMissionCreatorBlip(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +465 N Ui::setBlipAsMissionCreatorBlip Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipAsMissionCreatorBlip(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +455 N Ui::setBlipHighDetail Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipHighDetail(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +459 N Ui::setBlipHiddenOnLegend Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipHiddenOnLegend(blip, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +417 N Ui::doesBlipHaveGpsRoute Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.doesBlipHaveGpsRoute(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5620:56, 5 May 2024 diff hist +412 N Ui::isBlipOnMinimap Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isBlipOnMinimap(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5520:55, 5 May 2024 diff hist +413 N Ui::isBlipShortRange Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isBlipShortRange(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5520:55, 5 May 2024 diff hist +409 N Ui::getBlipColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getBlipColour(blip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5520:55, 5 May 2024 diff hist +515 N Ui::setBlipSecondaryColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipSecondaryColour(blip, r, g, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Cli..." current
- 20:5520:55, 5 May 2024 diff hist +448 N Ui::setBlipColour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''color:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipColour(blip, color) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5520:55, 5 May 2024 diff hist +449 N Ui::setBlipFlashInterval Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''ms:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipFlashInterval(blip, ms) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current
- 20:5520:55, 5 May 2024 diff hist +458 N Ui::setBlipFlashTimer Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''blip:''' {{RageType|number}} *'''duration:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setBlipFlashTimer(blip, duration) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example" current