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).
- 21:00, 5 May 2024 Shr0x talk contribs created page 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")
- 21:00, 5 May 2024 Shr0x talk contribs created page 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")
- 21:00, 5 May 2024 Shr0x talk contribs created page 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")
- 21:00, 5 May 2024 Shr0x talk contribs created page 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")
- 21:00, 5 May 2024 Shr0x talk contribs created page 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")
- 21:00, 5 May 2024 Shr0x talk contribs created page 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")
- 20:59, 5 May 2024 Shr0x talk contribs created page 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")
- 20:59, 5 May 2024 Shr0x talk contribs created page 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")
- 20:59, 5 May 2024 Shr0x talk contribs created page 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")
- 20:59, 5 May 2024 Shr0x talk contribs created page 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")
- 20:59, 5 May 2024 Shr0x talk contribs created page 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")
- 20:58, 5 May 2024 Shr0x talk contribs created page 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")
- 20:58, 5 May 2024 Shr0x talk contribs created page 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")
- 20:58, 5 May 2024 Shr0x talk contribs created page 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")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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...")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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")
- 20:57, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:56, 5 May 2024 Shr0x talk contribs created page 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")
- 20:55, 5 May 2024 Shr0x talk contribs created page 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")
- 20:55, 5 May 2024 Shr0x talk contribs created page 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")
- 20:55, 5 May 2024 Shr0x talk contribs created page 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...")
- 20:55, 5 May 2024 Shr0x talk contribs created page 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")
- 20:55, 5 May 2024 Shr0x talk contribs created page 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")
- 20:55, 5 May 2024 Shr0x talk contribs created page 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")
- 20:55, 5 May 2024 Shr0x talk contribs created page 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...")
- 20:54, 5 May 2024 Shr0x talk contribs created page 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")
- 20:54, 5 May 2024 Shr0x talk contribs created page 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")
- 20:54, 5 May 2024 Shr0x talk contribs created page 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")
- 20:54, 5 May 2024 Shr0x talk contribs created page 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")
- 20:54, 5 May 2024 Shr0x talk contribs created page 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")
- 20:54, 5 May 2024 Shr0x talk contribs created page 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")
- 20:53, 5 May 2024 Shr0x talk contribs created page 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")
- 20:53, 5 May 2024 Shr0x talk contribs created page 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")
- 20:53, 5 May 2024 Shr0x talk contribs created page 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")
- 20:53, 5 May 2024 Shr0x talk contribs created page 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")
- 20:53, 5 May 2024 Shr0x talk contribs created page 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")
- 20:53, 5 May 2024 Shr0x talk contribs created page 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...")
- 20:52, 5 May 2024 Shr0x talk contribs created page 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")