All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsWindowIntact (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''windowIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsWindowIntact(windowIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsVisible (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsVisible() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsTyreBurst (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''wheelID:''' {{RageType|int}} *'''completely:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsTyreBurst(wheelID, completely) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsStuckTimerUp (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsStuckTimerUp(p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:20, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsStuckOnRoof (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsStuckOnRoof() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:20, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsStoppedAtTrafficLights (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsStoppedAtTrafficLights() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:20, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsStopped (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsStopped() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsStolen (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsStolen() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsShopResprayAllowed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsShopResprayAllowed() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsSirenOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsSirenOn() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsSirenSoundOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsSirenSoundOn() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsSeatFree (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''seatIndex:''' {{RageType|int}} *'''p2:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsSeatFree(seatIndex, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsSearchlightOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsSearchlightOn() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsOnAllWheels (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsOnAllWheels() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsModel (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''model:''' {{RageType|uint}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsModel(model) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsInBurnout (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsInBurnout() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsHighDetail (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsHighDetail() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsExtraTurnedOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''extraId:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsExtraTurnedOn(extraId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsDriveable (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''isOnFireCheck:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsDriveable(isOnFireCheck) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsDoorFullyOpen (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsDoorFullyOpen(doorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsDoorDamaged (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorID:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsDoorDamaged(doorID) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsBumperBrokenOff (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''front:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsBumperBrokenOff(front) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:16, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsAConvertible (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsAConvertible(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:16, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsAttachedToTrailer (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsAttachedToTrailer() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:16, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsAttachedToTowTruck (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsAttachedToTowTruck(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:16, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsAttachedToCargobob (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicleAttached:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsAttachedToCargobob(vehicleAttached) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:16, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsAlarmActivated (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsAlarmActivated() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:14, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsToggleModOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modType:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsToggleModOn(modType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:14, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsTaxiLightOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsTaxiLightOn() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:14, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsRocketBoostActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsRocketBoostActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:13, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.HasLandingGear (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.HasLandingGear() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:13, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsHeliPartBroken (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} *'''p2:''' {{RageType|bool}} *'''p3:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsHeliPartBroken(p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:13, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsNearEntity (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''entity:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsNearEntity(entity) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:13, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsBig (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsBig() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:12, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.AnyPassengersRappeling (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.AnyPassengersRappeling() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:12, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetTrailerVehicle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetTrailerVehicle(int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:12, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsModLoadDone (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsModLoadDone() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:12, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetWindowTint (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetWindowTint() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:12, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetWheelType (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetWheelType() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:11, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetTyreSmokeColor (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} *'''int:''' {{RageType|ref}} *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetTyreSmokeColor(int, int, int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:11, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetTyresCanBurst (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetTyresCanBurst() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:10, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetPlateType (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetPlateType() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:10, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetPetrolTankHealth (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetPetrolTankHealth() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:10, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetNumberPlateTextIndex (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetNumberPlateTextIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:10, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetNumberPlateText (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|string}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetNumberPlateText() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:10, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetNumberOfPassengers (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetNumberOfPassengers() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:09, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsNeonLightEnabled (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''index:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsNeonLightEnabled(index) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:09, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetNeonLightsColour (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} *'''int:''' {{RageType|ref}} *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetNeonLightsColour(int, int, int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:09, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetModVariation (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modType:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetModVariation(modType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:09, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetModModifierValue (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modType:''' {{RageType|int}} *'''modIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetModModifierValue(modType, modIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")