RAGE.Elements.Vehicle.SetEngineOn

From RAGE Multiplayer Wiki
Revision as of 12:38, 12 May 2024 by Shr0x (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • value: bool
  • instantly: bool
  • otherwise: bool

Return value

  • void

Syntax

vehicle.SetEngineOn(value, instantly, otherwise)

Example

//todo


See also