emptyPositions

From Bohemia Interactive Community
Revision as of 21:54, 13 July 2006 by Suma (talk | contribs)
Jump to navigation Jump to search


vehicle emptyPositions position


Operand types:

vehicle: Object

position: String

Type of returned value:

Number

Compatibility:

Version 2.92 required.

Description:

Returns the number of available cargo, driver, gunner or commander positions in the vehicle.


Example:

_freePositions = (vehicle player) emptyPositions "cargo"