vehicle

From Bohemia Interactive Community
Revision as of 15:10, 15 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"