User contributions for Shr0x
12 May 2024
- 11:5811:58, 12 May 2024 diff hist +352 N RAGE.Elements.Vehicle.GetSuspensionHeight Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetSuspensionHeight() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5811:58, 12 May 2024 diff hist +425 N RAGE.Elements.Vehicle.GetEntryPositionOfDoor Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetEntryPositionOfDoor(doorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5811:58, 12 May 2024 diff hist +341 N RAGE.Elements.Vehicle.IsDamaged Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsDamaged() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 12 May 2024 diff hist +354 N RAGE.Elements.Vehicle.GetConvertibleRoofState Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetConvertibleRoofState() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 12 May 2024 diff hist +348 N RAGE.Elements.Vehicle.HasJumpingAbility Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.HasJumpingAbility() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 12 May 2024 diff hist +401 N RAGE.Elements.Vehicle.FixWindow Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''index:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.FixWindow(index) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 12 May 2024 diff hist +347 N RAGE.Elements.Vehicle.DoesHaveWeapons Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DoesHaveWeapons() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 12 May 2024 diff hist +404 N RAGE.Elements.Vehicle.ExplodeInCutscene Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ExplodeInCutscene(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 12 May 2024 diff hist +459 N RAGE.Elements.Vehicle.Explode Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''isAudible:''' {{RageType|bool}} *'''isInvisible:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Explode(isAudible, isInvisible) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5611:56, 12 May 2024 diff hist +357 N RAGE.Elements.Vehicle.DoesHaveStuckVehicleCheck Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DoesHaveStuckVehicleCheck() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5611:56, 12 May 2024 diff hist +344 N RAGE.Elements.Vehicle.DoesHaveRoof Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DoesHaveRoof() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5611:56, 12 May 2024 diff hist +410 N RAGE.Elements.Vehicle.DoesExtraExist Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''extraId:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DoesExtraExist(extraId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5611:56, 12 May 2024 diff hist +439 N RAGE.Elements.Vehicle.DisablePlaneAileron Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DisablePlaneAileron(p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5611:56, 12 May 2024 diff hist +349 N RAGE.Elements.Vehicle.DetachFromTrailer Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DetachFromTrailer() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5511:55, 12 May 2024 diff hist +416 N RAGE.Elements.Vehicle.DetachFromCargobob Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''cargobob:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DetachFromCargobob(cargobob) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5511:55, 12 May 2024 diff hist +354 N RAGE.Elements.Vehicle.DetachFromAnyTowTruck Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DetachFromAnyTowTruck() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5511:55, 12 May 2024 diff hist +354 N RAGE.Elements.Vehicle.DetachFromAnyCargobob Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DetachFromAnyCargobob() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5411:54, 12 May 2024 diff hist +410 N RAGE.Elements.Vehicle.ControlLandingGear Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ControlLandingGear(state) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5411:54, 12 May 2024 diff hist +349 N RAGE.Elements.Vehicle.CloseBombBayDoors Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.CloseBombBayDoors() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5411:54, 12 May 2024 diff hist +358 N RAGE.Elements.Vehicle.ClearCustomSecondaryColour Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ClearCustomSecondaryColour() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5411:54, 12 May 2024 diff hist +357 N RAGE.Elements.Vehicle.ClearCustomPrimaryColour Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ClearCustomPrimaryColour() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5411:54, 12 May 2024 diff hist +400 N RAGE.Elements.Vehicle.CanShuffleSeat Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.CanShuffleSeat(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5411:54, 12 May 2024 diff hist +346 N RAGE.Elements.Vehicle.GetBoatAnchor Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetBoatAnchor() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5311:53, 12 May 2024 diff hist +498 N RAGE.Elements.Vehicle.SetHalt Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''distance:''' {{RageType|float}} *'''killEngine:''' {{RageType|int}} *'''unknown:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHalt(distance, killEngine, unknown) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API C..." current
- 11:5311:53, 12 May 2024 diff hist +453 N RAGE.Elements.Vehicle.AttachToTrailer Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''trailer:''' {{RageType|int}} *'''radius:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.AttachToTrailer(trailer, radius) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5311:53, 12 May 2024 diff hist +542 N RAGE.Elements.Vehicle.AttachToCargobob Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''cargobob:''' {{RageType|int}} *'''p2:''' {{RageType|int}} *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.AttachToCargobob(cargobob, p2, x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_def..." current
- 11:5311:53, 12 May 2024 diff hist +346 N RAGE.Elements.Vehicle.AreWingsIntact Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.AreWingsIntact() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +354 N RAGE.Elements.Vehicle.ArePropellersUndamaged Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ArePropellersUndamaged() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +347 N RAGE.Elements.Vehicle.AreAnySeatsFree Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.AreAnySeatsFree() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +352 N RAGE.Elements.Vehicle.AreAllWindowsIntact Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.AreAllWindowsIntact() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +351 N RAGE.Elements.Vehicle.AddUpsidedownCheck Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.AddUpsidedownCheck() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +351 N RAGE.Elements.Vehicle.SetPopulationBudget Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetPopulationBudget() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +429 N RAGE.Elements.Vehicle.CreateRandomPedAsDriver Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''returnHandle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.CreateRandomPedAsDriver(returnHandle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +573 N RAGE.Elements.Vehicle.CreatePedInside Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''pedType:''' {{RageType|int}} *'''modelHash:''' {{RageType|uint}} *'''seat:''' {{RageType|int}} *'''isNetwork:''' {{RageType|bool}} *'''p5:''' {{RageType|bool}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.CreatePedInside(pedType, modelHash, seat, isNetwork, p5) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight..." current
- 11:5211:52, 12 May 2024 diff hist +346 N RAGE.Elements.Vehicle.IsNodeIdValid Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsNodeIdValid() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5211:52, 12 May 2024 diff hist +340 N RAGE.Elements.Vehicle.VehToNet Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.VehToNet() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5111:51, 12 May 2024 diff hist +415 N RAGE.Elements.Vehicle.SetNetworkNonContact Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNetworkNonContact(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5111:51, 12 May 2024 diff hist +498 N RAGE.Elements.Vehicle.NetworkExplode Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''isAudible:''' {{RageType|bool}} *'''isInvisible:''' {{RageType|bool}} *'''p3:''' {{RageType|bool}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.NetworkExplode(isAudible, isInvisible, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API C..." current
- 11:5111:51, 12 May 2024 diff hist +402 N RAGE.Elements.Vehicle.WashDecalsFrom Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.WashDecalsFrom(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5111:51, 12 May 2024 diff hist +349 N RAGE.Elements.Vehicle.RemoveDecalsFrom Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RemoveDecalsFrom() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5111:51, 12 May 2024 diff hist +399 N RAGE.Elements.Vehicle.DoesHaveDecal Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DoesHaveDecal(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:5111:51, 12 May 2024 diff hist +866 N RAGE.Elements.Vehicle.AddClanDecalTo Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ped:''' {{RageType|int}} *'''boneIndex:''' {{RageType|int}} *'''x1:''' {{RageType|float}} *'''x2:''' {{RageType|float}} *'''x3:''' {{RageType|float}} *'''y1:''' {{RageType|float}} *'''y2:''' {{RageType|float}} *'''y3:''' {{RageType|float}} *'''z1:''' {{RageType|float}} *'''z2:''' {{RageType|float}} *'''z3:''' {{RageType|float}} *'''scale:''' {{RageType|float}} *'''p13:''' {{RageType|int}} *'''alpha:'..." current
- 11:4711:47, 12 May 2024 diff hist +482 N RAGE.Elements.Vehicle.TaskPlayAnim Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''animation_set:''' {{RageType|string}} *'''animation_name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.TaskPlayAnim(animation_set, animation_name) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Ex..." current
- 11:4711:47, 12 May 2024 diff hist +350 N RAGE.Elements.Vehicle.TaskEveryoneLeave Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.TaskEveryoneLeave() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:4611:46, 12 May 2024 diff hist +409 N RAGE.Elements.Vehicle.UseSirenAsHorn Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.UseSirenAsHorn(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:4611:46, 12 May 2024 diff hist +427 N RAGE.Elements.Vehicle.SetVehRadioStation Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''radioStation:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetVehRadioStation(radioStation) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:4611:46, 12 May 2024 diff hist +407 N RAGE.Elements.Vehicle.SetRadioLoud Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRadioLoud(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:4611:46, 12 May 2024 diff hist +410 N RAGE.Elements.Vehicle.SetRadioEnabled Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRadioEnabled(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:4611:46, 12 May 2024 diff hist +409 N RAGE.Elements.Vehicle.SetBoostActive Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''Toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetBoostActive(Toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 11:4511:45, 12 May 2024 diff hist +415 N RAGE.Elements.Vehicle.SetSirenWithNoDriver Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetSirenWithNoDriver(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current