orderGetIn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unitArray '''orderGetIn''' order |= Syntax
| [[Object#Units|Units]] unitArray '''orderGetIn''' [[Boolean]]|= Syntax
 
|p1= unitArray: [[Array]] |= Parameter 1
 
|p2= order: [[Boolean]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[unitOne, unitTwo] '''orderGetIn''' [[true]] </code> |= Example 1
|x1= <code>[_unitOne, _unitTwo] '''orderGetIn''' [[true]] </code> |= Example 1
|x2= <code>[unitOne, unitTwo] '''orderGetIn''' [[false]] </code> |= Example 2
|x2= <code>[_unitOne, _unitTwo] '''orderGetIn''' [[false]] </code> |= Example 2
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:30, 28 August 2007

Hover & click on the images for description

Description

Description:
Force all units in the array to get in or out of their assigned vehicles. Units must be assigned to a vehicle before this command will do anything.
Groups:
Uncategorised

Syntax

Syntax:
Units unitArray orderGetIn Boolean
Return Value:
Nothing

Examples

Example 1:
[_unitOne, _unitTwo] orderGetIn true
Example 2:
[_unitOne, _unitTwo] orderGetIn false

Additional Information

See also:
assignAsCargoassignAsCommanderassignAsDriverassignAsGunner

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section