User contributions for Shr0x

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

11 May 2024

  • 12:5112:51, 11 May 2024 diff hist −5 RAGE.Elements.BlipNo edit summary
  • 12:5112:51, 11 May 2024 diff hist +844 N RAGE.Elements.BlipCreated 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.SetFriendlyCreated 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.ShowNumberOnCreated 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.ShowHeadingIndicatorOnCreated 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.SetSpriteCreated 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.GetInfoIdPickupIndexCreated 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.SetCheckedCreated 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.SetFriendCreated 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.SetShowConeCreated 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.SetSecondaryColourCreated 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.SetScaleCreated 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.SetRouteColourCreated 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.SetRouteCreated 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.SetRotationCreated 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.SetPriorityCreated 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.SetNameToPlayerNameCreated 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.SetNameFromTextFileCreated 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.SetHighDetailCreated 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.SetFlashTimerCreated 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.SetFlashIntervalCreated 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.SetFlashesAlternateCreated 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.SetFlashesCreated 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.SetFadeCreated 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.SetDisplayCreated 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.SetCoordsCreated 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.SetColourCreated 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.SetCategoryCreated 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.SetBrightCreated 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.SetAsShortRangeCreated 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.SetAsMissionCreatorBlipCreated 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.SetShrinkCreated 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.SetAsFriendlyCreated 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.SetAlphaNo edit summary current
  • 12:4212:42, 11 May 2024 diff hist +2 RAGE.Elements.Blip.SetAlphaNo edit summary
  • 12:4112:41, 11 May 2024 diff hist +405 N RAGE.Elements.Blip.SetAlphaCreated 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.PulseCreated 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.IsMissionCreatorCreated 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.IsShortRangeCreated 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.IsOnMinimapCreated 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.IsFlashingCreated 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.HideNumberOnCreated 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.GetSpriteCreated 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.GetInfoIdTypeCreated 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.GetInfoIdEntityIndexCreated 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.GetInfoIdDisplayCreated 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.GetCoordsCreated 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.GetInfoIdCoordCreated 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.GetHudColourCreated 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.GetColourCreated 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"
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)