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).
- 13:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetHandlingFloat (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetHandlingFloat(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 13:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.Gear (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Gear </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 13:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.Rpm (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|float}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Rpm </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 13:03, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.Controller (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| Readonly property. ===Return value=== *''' {{RageType|Player}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Controller </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:58, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| Create a new vehicle. ===Required Params=== *'''hash:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''heading:''' {{RageType|float}} *'''numberPlate:''' {{RageType|string}} *'''alpha:''' {{RageType|int}} *'''locked:''' {{RageType|bool}} *'''primColor:''' {{RageType|int}} *'''secColor:''' {{RageType|int}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlig...")
- 12:54, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetNameDebug (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNameDebug(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:54, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetParachuteActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''active:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetParachuteActive(active) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:54, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetRampReceivesRampDamage (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''receivesDamage:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRampReceivesRampDamage(receivesDamage) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:54, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCustomParachuteTexture (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''colorIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCustomParachuteTexture(colorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:54, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCustomParachuteModel (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''parachuteModel:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCustomParachuteModel(parachuteModel) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:54, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.TrackVisibility (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.TrackVisibility() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:54, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.ToggleMod (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modType:''' {{RageType|int}} *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ToggleMod(modType, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:53, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.StartHorn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''duration:''' {{RageType|int}} *'''mode:''' {{RageType|uint}} *'''forever:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.StartHorn(duration, mode, forever) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TOD...")
- 12:53, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.StartAlarm (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.StartAlarm() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:53, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.StartPlaybackRecordedWithFlags (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''playback:''' {{RageType|string}} *'''p3:''' {{RageType|int}} *'''p4:''' {{RageType|int}} *'''p5:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.StartPlaybackRecordedWithFlags(p1, playback, p3, p4, p5) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See als...")
- 12:53, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.StartPlaybackRecorded (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''playback:''' {{RageType|string}} *'''p3:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.StartPlaybackRecorded(p1, playback, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TOD...")
- 12:53, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SmashWindow (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''index:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SmashWindow(index) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:53, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RaiseLowerableWheels (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RaiseLowerableWheels() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:52, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetWindowTint (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''tint:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetWindowTint(tint) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:52, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetWheelType (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''WheelType:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetWheelType(WheelType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:52, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetWheelsCanBreakOffWhenBlowUp (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetWheelsCanBreakOffWhenBlowUp(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:52, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetWheelsCanBreak (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''enabled:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetWheelsCanBreak(enabled) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:52, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetUndriveable (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetUndriveable(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetTyreSmokeColor (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''r:''' {{RageType|int}} *'''g:''' {{RageType|int}} *'''b:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetTyreSmokeColor(r, g, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetTyreFixed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''tyreIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetTyreFixed(tyreIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetTyreBurst (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''index:''' {{RageType|int}} *'''onRim:''' {{RageType|bool}} *'''p3:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetTyreBurst(index, onRim, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetTyresCanBurst (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetTyresCanBurst(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetTimedExplosion (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ped:''' {{RageType|int}} *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetTimedExplosion(ped, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetStrong (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetStrong(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:50, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetSteerBias (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''value:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetSteerBias(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:50, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetSiren (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetSiren(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:50, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetShootAtTarget (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''entity:''' {{RageType|int}} *'''xTarget:''' {{RageType|float}} *'''yTarget:''' {{RageType|float}} *'''zTarget:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetShootAtTarget(entity, xTarget, yTarget, zTarget) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_def...")
- 12:50, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetSearchlight (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} *'''canBeUsedByAI:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetSearchlight(toggle, canBeUsedByAI) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:50, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetRudderBroken (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRudderBroken(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:49, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetReduceGrip (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetReduceGrip(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:49, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetProvidesCover (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetProvidesCover(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:49, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetPetrolTankHealth (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''health:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetPetrolTankHealth(health) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:49, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetOutOfControl (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''killDriver:''' {{RageType|bool}} *'''explodeOnImpact:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetOutOfControl(killDriver, explodeOnImpact) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:49, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetOnGroundProperly (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetOnGroundProperly(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:49, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetNumberPlateTextIndex (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''plateIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNumberPlateTextIndex(plateIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetNumberPlateText (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''plateText:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNumberPlateText(plateText) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetNeonLightEnabled (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''index:''' {{RageType|int}} *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNeonLightEnabled(index, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetNeonLightsColour (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''r:''' {{RageType|int}} *'''g:''' {{RageType|int}} *'''b:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNeonLightsColour(r, g, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetNeedsToBeHotwired (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNeedsToBeHotwired(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetModKit (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modKit:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetModKit(modKit) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetModColor2 (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''paintType:''' {{RageType|int}} *'''color:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetModColor2(paintType, color) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetMod (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modType:''' {{RageType|int}} *'''modIndex:''' {{RageType|int}} *'''customTires:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetMod(modType, modIndex, customTires) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Ca...")
- 12:48, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetModColor1 (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''paintType:''' {{RageType|int}} *'''color:''' {{RageType|int}} *'''p3:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetModColor1(paintType, color, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Ex...")
- 12:42, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetLodMultiplier (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''multiplier:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetLodMultiplier(multiplier) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:42, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetLivery (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''livery:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetLivery(livery) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")