allowGetIn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 21: Line 21:
'''Example:'''
'''Example:'''


[unitOne, unitTwo] '''allowGetIn''' false
[unitOne, unitTwo] '''allowGetIn''' [[false]]

Revision as of 16:21, 15 April 2006

back to COMREF

unitArray allowGetIn allow


Operand types:

unitArray: Array

allow: Boolean

Type of returned value:

Nothing

Description:

Allow getting in vehicles to all units in the list.


Example:

[unitOne, unitTwo] allowGetIn false