User contributions for Shr0x

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

11 May 2024

  • 15:0115:01, 11 May 2024 diff hist +403 N RAGE.Elements.Ped.DisablePainAudioCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.DisablePainAudio(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 15:0115:01, 11 May 2024 diff hist +496 N RAGE.Elements.Ped.TaskShootAtCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''target:''' {{RageType|int}} *'''duration:''' {{RageType|int}} *'''firingPattern:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskShootAt(target, duration, firingPattern) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Cat..." current
  • 15:0115:01, 11 May 2024 diff hist +567 N RAGE.Elements.Ped.TaskLookAtCoordCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''duration:''' {{RageType|float}} *'''p5:''' {{RageType|int}} *'''p6:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskLookAtCoord(x, y, z, duration, p5, p6) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight>..." current
  • 15:0115:01, 11 May 2024 diff hist −13 RAGE.Elements.Ped.TaskGoToNo edit summary current
  • 14:5914:59, 11 May 2024 diff hist +603 N RAGE.Elements.Ped.TaskGoToCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''target:''' {{RageType|int}} *'''duration:''' {{RageType|int}} *'''distance:''' {{RageType|float}} *'''speed:''' {{RageType|float}} *'''p5:''' {{RageType|float}} *'''p6:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Ped.TaskGoTo(target, duration, distance, speed, p5, p6) </syntaxhighlight> ==Example== <syntaxhighlight l..."
  • 14:3414:34, 11 May 2024 diff hist +4 RAGE.Elements.MapObjectNo edit summary current
  • 14:3314:33, 11 May 2024 diff hist +593 N RAGE.Elements.MapObjectCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''hash:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''rotation:''' {{RageType|Vector3}} *'''alpha:''' {{RageType|int}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|undefined}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject(hash, position, rotation, alpha, dimension) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo..."
  • 14:3214:32, 11 May 2024 diff hist +375 N RAGE.Elements.MapObject.GetVehicleAttachedToEntityCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.GetVehicleAttachedToEntity() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3214:32, 11 May 2024 diff hist +379 N RAGE.Elements.MapObject.IsWithinBrainActivationRangeCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.IsWithinBrainActivationRange() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3114:31, 11 May 2024 diff hist +432 N RAGE.Elements.MapObject.SetDisableFragDamageCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.SetDisableFragDamage(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3114:31, 11 May 2024 diff hist +657 N RAGE.Elements.MapObject.SlideCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toX:''' {{RageType|float}} *'''toY:''' {{RageType|float}} *'''toZ:''' {{RageType|float}} *'''speedX:''' {{RageType|float}} *'''speedY:''' {{RageType|float}} *'''speedZ:''' {{RageType|float}} *'''collision:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.Slide(toX, toY, toZ, speedX, speedY, speedZ, collision) </..." current
  • 14:3114:31, 11 May 2024 diff hist +449 N RAGE.Elements.MapObject.SetTeamPickupCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.SetTeamPickup(p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3114:31, 11 May 2024 diff hist +436 N RAGE.Elements.MapObject.SetTextureVariantCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''paintIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.SetTextureVariant(paintIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3114:31, 11 May 2024 diff hist +436 N RAGE.Elements.MapObject.SetTargettableCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''targettable:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.SetTargettable(targettable) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3014:30, 11 May 2024 diff hist +793 N RAGE.Elements.MapObject.SetPhysicsParamsCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weight:''' {{RageType|float}} *'''p2:''' {{RageType|float}} *'''p3:''' {{RageType|float}} *'''p4:''' {{RageType|float}} *'''p5:''' {{RageType|float}} *'''gravity:''' {{RageType|float}} *'''p7:''' {{RageType|float}} *'''p8:''' {{RageType|float}} *'''p9:''' {{RageType|float}} *'''p10:''' {{RageType|float}} *'''buoyancy:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <s..." current
  • 14:3014:30, 11 May 2024 diff hist +450 N RAGE.Elements.MapObject.SetActivatePhysicsAsSoonAsItIsUnfrozenCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.SetActivatePhysicsAsSoonAsItIsUnfrozen(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3014:30, 11 May 2024 diff hist +371 N RAGE.Elements.MapObject.PlaceOnGroundProperlyCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.PlaceOnGroundProperly() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3014:30, 11 May 2024 diff hist +365 N RAGE.Elements.MapObject.MarkForDeletionCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.MarkForDeletion() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3014:30, 11 May 2024 diff hist +359 N RAGE.Elements.MapObject.IsVisibleCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.IsVisible() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3014:30, 11 May 2024 diff hist +364 N RAGE.Elements.MapObject.HasBeenBrokenCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.HasBeenBroken() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:3014:30, 11 May 2024 diff hist +357 N RAGE.Elements.MapObject.ObjToNetCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.ObjToNet() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:2914:29, 11 May 2024 diff hist +364 N RAGE.Elements.MapObject.PlayStreamFromCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.PlayStreamFrom() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:2914:29, 11 May 2024 diff hist −2 RAGE.Elements.MapObject.IsWeakNo edit summary current
  • 14:2914:29, 11 May 2024 diff hist +356 N RAGE.Elements.MapObject.IsWeakCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.IsWeak() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example"
  • 14:2914:29, 11 May 2024 diff hist +424 N RAGE.Elements.MapObject.NotifyStreamingCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|boolean}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.NotifyStreaming </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:2814:28, 11 May 2024 diff hist +419 N RAGE.Elements.MapObject.StreamRangeCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|float}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.StreamRange </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:2814:28, 11 May 2024 diff hist −2 RAGE.Elements.MapObject.HiddenNo edit summary current
  • 14:2814:28, 11 May 2024 diff hist +413 N RAGE.Elements.MapObject.HiddenCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.MapObject.Hidden </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{MapObject_definition_cs}} Category:Clientside API Category:TODO: Example"
  • 14:2214:22, 11 May 2024 diff hist +349 Template:MapObject definition csNo edit summary
  • 14:2014:20, 11 May 2024 diff hist −75 Template:Entity definition csNo edit summary
  • 14:2014:20, 11 May 2024 diff hist +351 N RAGE.Elements.Entity.DestroyCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.Destroy() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1914:19, 11 May 2024 diff hist +416 N RAGE.Elements.Entity.GetSharedDataCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|ulong}} ===Return value=== *''' {{RageType|object}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.GetSharedData(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1914:19, 11 May 2024 diff hist +447 N RAGE.Elements.Entity.SetDataCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} *'''value:''' {{RageType|any}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.SetData(key, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1914:19, 11 May 2024 diff hist +408 N RAGE.Elements.Entity.GetDataCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|any}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.GetData(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1914:19, 11 May 2024 diff hist +414 N RAGE.Elements.Entity.PositionCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|Vector3}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.Position </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1814:18, 11 May 2024 diff hist +405 N RAGE.Elements.Entity.ModelCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|uint}} ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.Model </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1714:17, 11 May 2024 diff hist +409 N RAGE.Elements.Entity.DimensionCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|uint}} ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.Dimension </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1714:17, 11 May 2024 diff hist +348 N RAGE.Elements.Entity.IsNullCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.IsNull </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1714:17, 11 May 2024 diff hist +346 N RAGE.Elements.Entity.TypeCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|Type}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.Type </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1714:17, 11 May 2024 diff hist +349 N RAGE.Elements.Entity.IsLocalCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.IsLocal </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1614:16, 11 May 2024 diff hist +352 N RAGE.Elements.Entity.RemoteIdCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|ushort}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.RemoteId </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 14:1614:16, 11 May 2024 diff hist +347 N RAGE.Elements.Entity.IdCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|ushort}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Entity.Id </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 13:5813:58, 11 May 2024 diff hist +490 Template:Entity definition csNo edit summary
  • 13:4713:47, 11 May 2024 diff hist +66 Template:Checkpoint definition csNo edit summary
  • 13:4713:47, 11 May 2024 diff hist +149 Template:Checkpoint definition csNo edit summary
  • 13:4613:46, 11 May 2024 diff hist +681 N RAGE.Elements.CheckpointCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''hash:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''radius:''' {{RageType|float}} *'''direction:''' {{RageType|Vector3}} *'''color:''' {{RageType|RGBA}} *'''isVisible:''' {{RageType|bool}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Checkpoint(hash, position, radius, direction, color, i..."
  • 13:4313:43, 11 May 2024 diff hist +526 N RAGE.Elements.Checkpoint.SetRgbaCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''red:''' {{RageType|int}} *'''green:''' {{RageType|int}} *'''blue:''' {{RageType|int}} *'''alpha:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Checkpoint.SetRgba(red, green, blue, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}} C..."
  • 13:4313:43, 11 May 2024 diff hist +530 N RAGE.Elements.Checkpoint.SetIconRgbaCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''red:''' {{RageType|int}} *'''green:''' {{RageType|int}} *'''blue:''' {{RageType|int}} *'''alpha:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Checkpoint.SetIconRgba(red, green, blue, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}}..."
  • 13:4313:43, 11 May 2024 diff hist +530 N RAGE.Elements.Checkpoint.SetCylinderHeightCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''nearHeight:''' {{RageType|float}} *'''farHeight:''' {{RageType|float}} *'''radius:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Checkpoint.SetCylinderHeight(nearHeight, farHeight, radius) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}}..."
  • 12:5112:51, 11 May 2024 diff hist +18 RAGE.Elements.BlipNo edit summary
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)