orderGetIn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed desc, fixed examples)
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>[unitOne, unitTwo] orderGetIn [[true]]  
|x1= <code>[unitOne, unitTwo] '''orderGetIn''' [[true]] </code> |= Example 1
Comments Note: Units must be assigned to a vehicle before this command will do anything. See these commands for more info on this:</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 30: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
Units must be assigned to a vehicle before this command will do anything. See these commands for more info on this:
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>
 
{{error}} See also needs updating
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>



Revision as of 01:56, 4 August 2006

Hover & click on the images for description

Description

Description:
Force getting in of vehicles to all units in the list.
Groups:
Uncategorised

Syntax

Syntax:
unitArray orderGetIn order
Parameters:
unitArray: Array
order: Boolean
Return Value:
Nothing

Examples

Example 1:
[unitOne, unitTwo] orderGetIn true

Additional Information

See also:
See also needed

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

Units must be assigned to a vehicle before this command will do anything. See these commands for more info on this:

Template:error See also needs updating

Bottom Section