orderGetIn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(note, AL Local & EG Global added)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|arg= local |= Arguments in MP
|eff= global |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 29: Line 33:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on 6 May, 2014 21:31
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]<dd class="note">
in arma3 1.18, [[orderGetIn]] only takes effect on AI who isn’t subordinated to player units.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 15:37, 6 May 2014

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:
unitArray orderGetIn order
Parameters:
unitArray: Array
order: Boolean
Return Value:
Nothing

Examples

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

Additional Information

See also:
allowGetInassignAsCargoassignAsCommanderassignAsDriverassignAsGunner

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 6 May, 2014 21:31
ffur2007slx2_5
in arma3 1.18, orderGetIn only takes effect on AI who isn’t subordinated to player units.

Bottom Section