emptyPositions

From Bohemia Interactive Community
Revision as of 23:46, 3 July 2006 by Planck (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"