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:42, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetLightMultiplier (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''multiplier:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetLightMultiplier(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.SetLights (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetLights(state) </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.SetHudSpecialAbilityBarActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''active:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHudSpecialAbilityBarActive(active) </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.SetJetEngineOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetJetEngineOn(toggle) </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.SetIsWanted (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''state:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetIsWanted(state) </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.SetIsStolen (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''isStolen:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetIsStolen(isStolen) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:41, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetIsConsideredByPlayer (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetIsConsideredByPlayer(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:41, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetSilent (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetSilent(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:41, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetIndicatorLights (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''turnSignal:''' {{RageType|int}} *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetIndicatorLights(turnSignal, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:41, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetInteriorlight (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetInteriorlight(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:41, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetPedTargettableDestroy (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicleComponent:''' {{RageType|int}} *'''destroyType:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetPedTargettableDestroy(vehicleComponent, destroyType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TO...")
- 12:41, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetLightsMode (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetLightsMode(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:41, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetHasStrongAxles (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHasStrongAxles(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:40, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetSirenSound (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetSirenSound(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:40, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetHasBeenOwnedByPlayer (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''owned:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHasBeenOwnedByPlayer(owned) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:40, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetHandbrake (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHandbrake(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:40, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetGravity (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetGravity(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:40, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetFullbeam (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetFullbeam(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:39, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetFrictionOverride (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''friction:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetFrictionOverride(friction) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:39, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetForwardSpeed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''speed:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetForwardSpeed(speed) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:39, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetFixed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetFixed() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDashboardColour (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''color:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDashboardColour(color) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetInteriorColour (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''color:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetInteriorColour(color) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetExtraColours (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''pearlescentColor:''' {{RageType|int}} *'''wheelColor:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetExtraColours(pearlescentColor, wheelColor) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetExtra (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''extraId:''' {{RageType|int}} *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetExtra(extraId, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetExplodesOnHighExplosionDamage (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetExplodesOnHighExplosionDamage(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetExclusiveDriver2 (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ped:''' {{RageType|int}} *'''p2:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetExclusiveDriver2(ped, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetEnveffScale (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''fade:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetEnveffScale(fade) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetEngineOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''value:''' {{RageType|bool}} *'''instantly:''' {{RageType|bool}} *'''otherwise:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetEngineOn(value, instantly, otherwise) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API C...")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetEngineHealth (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''health:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetEngineHealth(health) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetEngineCanDegrade (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetEngineCanDegrade(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:38, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCreatesMoneyPickupsWhenExploded (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCreatesMoneyPickupsWhenExploded(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:37, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorShut (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} *'''closeInstantly:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorShut(doorIndex, closeInstantly) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:37, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorOpen (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} *'''loose:''' {{RageType|bool}} *'''openInstantly:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorOpen(doorIndex, loose, openInstantly) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside AP...")
- 12:37, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorLatched (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} *'''p2:''' {{RageType|bool}} *'''p3:''' {{RageType|bool}} *'''p4:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorLatched(doorIndex, p2, p3, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clien...")
- 12:37, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorControl (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} *'''speed:''' {{RageType|int}} *'''angle:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorControl(doorIndex, speed, angle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Categor...")
- 12:37, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorBroken (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorIndex:''' {{RageType|int}} *'''deleteDoor:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorBroken(doorIndex, deleteDoor) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:37, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorsShut (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''closeInstantly:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorsShut(closeInstantly) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:37, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorsLockedForTeam (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''team:''' {{RageType|int}} *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorsLockedForTeam(team, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:36, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorsLockedForPlayer (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''player:''' {{RageType|int}} *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorsLockedForPlayer(player, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:36, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorsLockedForAllPlayers (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorsLockedForAllPlayers(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:36, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDoorsLocked (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''doorLockStatus:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDoorsLocked(doorLockStatus) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:36, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDirtLevel (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''dirtLevel:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDirtLevel(dirtLevel) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:36, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDeformationFixed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDeformationFixed() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:35, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetDamage (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''xOffset:''' {{RageType|float}} *'''yOffset:''' {{RageType|float}} *'''zOffset:''' {{RageType|float}} *'''damage:''' {{RageType|float}} *'''radius:''' {{RageType|float}} *'''p6:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetDamage(xOffset, yOffset, zOffset, damage, radius, p6) </syntaxhighlight> ==Example== <syntaxhighli...")
- 12:35, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCustomSecondaryColour (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.SetCustomSecondaryColour(r, g, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:35, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCustomPrimaryColour (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.SetCustomPrimaryColour(r, g, b) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:35, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetCountermeasures (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''amount:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCountermeasures(amount) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:35, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetColourCombination (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''colorCombination:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetColourCombination(colorCombination) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 12:35, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetColours (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''colorPrimary:''' {{RageType|int}} *'''colorSecondary:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetColours(colorPrimary, colorSecondary) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")