orderGetIn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed desc, fixed examples)
mNo edit summary
Line 29: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on August 4, 2006 - 12:06</dd>
<dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">''Notes from before the conversion:''
Units must be assigned to a vehicle before this command will do anything. See these commands for more info on this:
Units must be assigned to a vehicle before this command will do anything. See these commands for more info on this:
</dd>
<!-- 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 14:06, 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

Posted on August 4, 2006 - 12:06
hardrock
Notes from before the conversion: Units must be assigned to a vehicle before this command will do anything. See these commands for more info on this:

Bottom Section