Перейти к содержанию

Vehicle::getIsEngineRunning

Материал из RAGE MP Wiki Archive

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

Syntax

<syntaxhighlight lang="javascript">vehicle.getIsEngineRunning();</syntaxhighlight>

Required Arguments

Return value

  • boolean: false or true

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also