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:34, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetEngineTorqueMultiplier (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''value:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetEngineTorqueMultiplier(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:34, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCeilingHeight (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCeilingHeight(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:34, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCanBreak (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCanBreak(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:34, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCanBeVisiblyDamaged (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCanBeVisiblyDamaged(state) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:34, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCanBeUsedByFleeingPeds (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCanBeUsedByFleeingPeds(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:34, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCanBeTargetted (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCanBeTargetted(state) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:34, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetBurnout (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetBurnout(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:33, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetBrakeLights (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetBrakeLights(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:32, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetBodyHealth (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''value:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetBodyHealth(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:32, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetAutomaticallyAttaches (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetAutomaticallyAttaches(p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:31, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetAllowNoPassengersLockon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetAllowNoPassengersLockon(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:31, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetAlarm (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetAlarm(state) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:31, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetExclusiveDriver (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetExclusiveDriver(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:31, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetTaxiLights (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetTaxiLights(state) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:31, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.Jitter (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} *'''yaw:''' {{RageType|float}} *'''pitch:''' {{RageType|float}} *'''roll:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Jitter(p1, yaw, pitch, roll) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside...")
- 12:31, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetRocketBoostRefillTime (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''time:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRocketBoostRefillTime(time) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:31, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetRocketBoostPercentage (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''percentage:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRocketBoostPercentage(percentage) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:30, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetRocketBoostActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''active:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRocketBoostActive(active) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:30, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetPlayersLast (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetPlayersLast() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:30, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetPlaybackToUseAi (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''flag:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetPlaybackToUseAi(flag) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:30, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetPlaybackSpeed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''speed:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetPlaybackSpeed(speed) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:30, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetLastDriven (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetLastDriven() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetHeliBladesSpeed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''speed:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHeliBladesSpeed(speed) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetHeliBladesFullSpeed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHeliBladesFullSpeed() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetForceHd (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetForceHd(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorCanBreak (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} *'''isBreakable:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorCanBreak(doorIndex, isBreakable) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDisablePetrolTankFires (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDisablePetrolTankFires(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDisablePetrolTankDamage (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDisablePetrolTankDamage(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetConvertibleRoof (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetConvertibleRoof(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:29, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCanRespray (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCanRespray(state) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:28, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetBoatAnchor (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetBoatAnchor(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:28, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetBikeLeanAngle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetBikeLeanAngle(x, y) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RollUpWindow (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''windowIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RollUpWindow(windowIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RollDownWindows (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RollDownWindows() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RollDownWindow (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''windowIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RollDownWindow(windowIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.ResetWheels (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ResetWheels(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.ResetStuckTimer (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''nullAttributes:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ResetStuckTimer(nullAttributes) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RequestHighDetailModel (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RequestHighDetailModel() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RemoveWindow (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''windowIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RemoveWindow(windowIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RemoveUpsidedownCheck (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RemoveUpsidedownCheck() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RemoveStuckCheck (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RemoveStuckCheck() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RemoveMod (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modType:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RemoveMod(modType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RemoveHighDetailModel (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RemoveHighDetailModel() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.ReleasePreloadMods (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.ReleasePreloadMods() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RaiseConvertibleRoof (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''instantlyRaise:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RaiseConvertibleRoof(instantlyRaise) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.DetachWindscreen (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DetachWindscreen() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.EjectJb700Roof (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.EjectJb700Roof(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.OpenBombBayDoors (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.OpenBombBayDoors() </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.SetEnginePowerMultiplier (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''value:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetEnginePowerMultiplier(value) </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.LowerConvertibleRoof (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''instantlyLower:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.LowerConvertibleRoof(instantlyLower) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")