vehicle: 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|VEHICLE]]
[[Category:Scripting Commands|VEHICLE]]
[[Category:Scripting Commands OFP 1.97|VEHICLE]]
[[Category:Scripting Commands OFP 1.96|VEHICLE]]
[[Category:Scripting Commands OFP 1.46|VEHICLE]]
[[Category:Scripting Commands OFP 1.46|VEHICLE]]
[[Category:Scripting Commands ArmA|VEHICLE]]
[[Category:Scripting Commands ArmA|VEHICLE]]

Revision as of 20:50, 1 June 2006


vehicle unit


Operand types:

unit: Object

Type of returned value:

Object

Description:

Vehicle in which given unit is mounted.

If none, unit is returned.


Example:

? vehicle player != player : hint "Player is in a vehicle"