Vehicle::getIsEngineRunning: Difference between revisions

From RAGE Multiplayer Wiki
 
Line 12: Line 12:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Vehicle_function_c}}
{{Vehicle_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 11:38, 9 May 2024

Returns true if the engine is on, returns false if the engine is off. Returns null while entering/exiting vehicle.

Syntax

vehicle.getIsEngineRunning();

Required Arguments

Return value

  • boolean: false or true

Example

// todo

See also