isEngineOn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ISENGINEON]]
[[Category:Scripting Commands|ISENGINEON]]
[[Category:Scripting Commands OFP 1.97|ISENGINEON]]
[[Category:Scripting Commands OFP 1.96|ISENGINEON]]
[[Category:Scripting Commands OFP 1.46|ISENGINEON]]
[[Category:Scripting Commands OFP 1.46|ISENGINEON]]
[[Category:Scripting Commands ArmA|ISENGINEON]]
[[Category:Scripting Commands ArmA|ISENGINEON]]

Revision as of 21:02, 1 June 2006


isEngineOn vehicle


Operand types:

vehicle: Object

Type of returned value:

Boolean

Description:

Returns true if engine is on, false if it is off.


Example:

_it = isEngineOn carOne