User contributions for Shr0x
11 May 2024
- 12:5112:51, 11 May 2024 diff hist −5 RAGE.Elements.Blip No edit summary
- 12:5112:51, 11 May 2024 diff hist +844 N RAGE.Elements.Blip Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''sprite:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''name:''' {{RageType|string}} *'''scale:''' {{RageType|float}} *'''color:''' {{RageType|int}} *'''alpha:''' {{RageType|int}} *'''drawDistance:''' {{RageType|float}} *'''shortRange:''' {{RageType|bool}} *'''rotation:''' {{RageType|int}} *'''radius:''' {{RageType|float}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{..."
- 12:4812:48, 11 May 2024 diff hist +413 N RAGE.Elements.Blip.SetFriendly Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetFriendly(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4812:48, 11 May 2024 diff hist +413 N RAGE.Elements.Blip.ShowNumberOn Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''number:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.ShowNumberOn(number) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4712:47, 11 May 2024 diff hist +424 N RAGE.Elements.Blip.ShowHeadingIndicatorOn Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.ShowHeadingIndicatorOn(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4712:47, 11 May 2024 diff hist +414 N RAGE.Elements.Blip.SetSprite Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''spriteId:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetSprite(spriteId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4712:47, 11 May 2024 diff hist +359 N RAGE.Elements.Blip.GetInfoIdPickupIndex Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetInfoIdPickupIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4712:47, 11 May 2024 diff hist +412 N RAGE.Elements.Blip.SetChecked Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetChecked(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4712:47, 11 May 2024 diff hist +411 N RAGE.Elements.Blip.SetFriend Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetFriend(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4612:46, 11 May 2024 diff hist +413 N RAGE.Elements.Blip.SetShowCone Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetShowCone(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4612:46, 11 May 2024 diff hist +475 N RAGE.Elements.Blip.SetSecondaryColour Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''r:''' {{RageType|float}} *'''g:''' {{RageType|float}} *'''b:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetSecondaryColour(r, g, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4612:46, 11 May 2024 diff hist +409 N RAGE.Elements.Blip.SetScale Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''scale:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetScale(scale) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4612:46, 11 May 2024 diff hist +415 N RAGE.Elements.Blip.SetRouteColour Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''colour:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetRouteColour(colour) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4612:46, 11 May 2024 diff hist +412 N RAGE.Elements.Blip.SetRoute Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''enabled:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetRoute(enabled) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4512:45, 11 May 2024 diff hist +416 N RAGE.Elements.Blip.SetRotation Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''rotation:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetRotation(rotation) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4512:45, 11 May 2024 diff hist +416 N RAGE.Elements.Blip.SetPriority Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''priority:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetPriority(priority) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4512:45, 11 May 2024 diff hist +420 N RAGE.Elements.Blip.SetNameToPlayerName Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''player:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetNameToPlayerName(player) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4512:45, 11 May 2024 diff hist +427 N RAGE.Elements.Blip.SetNameFromTextFile Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''gxtEntry:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetNameFromTextFile(gxtEntry) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4512:45, 11 May 2024 diff hist +415 N RAGE.Elements.Blip.SetHighDetail Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetHighDetail(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4412:44, 11 May 2024 diff hist +418 N RAGE.Elements.Blip.SetFlashTimer Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''duration:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetFlashTimer(duration) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4412:44, 11 May 2024 diff hist +409 N RAGE.Elements.Blip.SetFlashInterval Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetFlashInterval(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4412:44, 11 May 2024 diff hist +421 N RAGE.Elements.Blip.SetFlashesAlternate Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetFlashesAlternate(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4412:44, 11 May 2024 diff hist +412 N RAGE.Elements.Blip.SetFlashes Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetFlashes(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4412:44, 11 May 2024 diff hist +454 N RAGE.Elements.Blip.SetFade Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''opacity:''' {{RageType|int}} *'''duration:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetFade(opacity, duration) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4412:44, 11 May 2024 diff hist +417 N RAGE.Elements.Blip.SetDisplay Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''displayId:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetDisplay(displayId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4412:44, 11 May 2024 diff hist +484 N RAGE.Elements.Blip.SetCoords Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''posX:''' {{RageType|float}} *'''posY:''' {{RageType|float}} *'''posZ:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetCoords(posX, posY, posZ) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO:..." current
- 12:4312:43, 11 May 2024 diff hist +408 N RAGE.Elements.Blip.SetColour Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''color:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetColour(color) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4312:43, 11 May 2024 diff hist +410 N RAGE.Elements.Blip.SetCategory Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''index:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetCategory(index) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4312:43, 11 May 2024 diff hist +411 N RAGE.Elements.Blip.SetBright Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetBright(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4312:43, 11 May 2024 diff hist +417 N RAGE.Elements.Blip.SetAsShortRange Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetAsShortRange(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4312:43, 11 May 2024 diff hist +425 N RAGE.Elements.Blip.SetAsMissionCreatorBlip Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetAsMissionCreatorBlip(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4312:43, 11 May 2024 diff hist +411 N RAGE.Elements.Blip.SetShrink Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetShrink(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4312:43, 11 May 2024 diff hist +415 N RAGE.Elements.Blip.SetAsFriendly Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetAsFriendly(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4212:42, 11 May 2024 diff hist 0 RAGE.Elements.Blip.SetAlpha No edit summary current
- 12:4212:42, 11 May 2024 diff hist +2 RAGE.Elements.Blip.SetAlpha No edit summary
- 12:4112:41, 11 May 2024 diff hist +405 N RAGE.Elements.Blip.SetAlpha Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''alpha:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.SetAlpha(int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:4112:41, 11 May 2024 diff hist +345 N RAGE.Elements.Blip.Pulse Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.Pulse() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4112:41, 11 May 2024 diff hist +356 N RAGE.Elements.Blip.IsMissionCreator Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.IsMissionCreator() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4112:41, 11 May 2024 diff hist +352 N RAGE.Elements.Blip.IsShortRange Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.IsShortRange() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4012:40, 11 May 2024 diff hist +351 N RAGE.Elements.Blip.IsOnMinimap Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.IsOnMinimap() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4012:40, 11 May 2024 diff hist +350 N RAGE.Elements.Blip.IsFlashing Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.IsFlashing() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:4012:40, 11 May 2024 diff hist +352 N RAGE.Elements.Blip.HideNumberOn Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.HideNumberOn() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:4012:40, 11 May 2024 diff hist +348 N RAGE.Elements.Blip.GetSprite Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetSprite() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:4012:40, 11 May 2024 diff hist +352 N RAGE.Elements.Blip.GetInfoIdType Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetInfoIdType() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:4012:40, 11 May 2024 diff hist +359 N RAGE.Elements.Blip.GetInfoIdEntityIndex Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetInfoIdEntityIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:3912:39, 11 May 2024 diff hist +354 N RAGE.Elements.Blip.GetInfoIdDisplay Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetInfoIdDisplay() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:3912:39, 11 May 2024 diff hist +352 N RAGE.Elements.Blip.GetCoords Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetCoords() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:3912:39, 11 May 2024 diff hist +357 N RAGE.Elements.Blip.GetInfoIdCoord Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetInfoIdCoord() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:3912:39, 11 May 2024 diff hist +351 N RAGE.Elements.Blip.GetHudColour Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetHudColour() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"
- 12:3912:39, 11 May 2024 diff hist +348 N RAGE.Elements.Blip.GetColour Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Blip.GetColour() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Blip_definition_cs}} Category:Clientside API Category:TODO: Example"