orderGetIn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ORDERGETIN]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|ORDERGETIN]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|ORDERGETIN]]
[[Category:Scripting Commands ArmA|ORDERGETIN]]


| ofp |= Game name


<h2 style="color:#000066">'''''unitArray'' orderGetIn ''order'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Force getting in of vehicles to all units in the list. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| unitArray '''orderGetIn''' order |= Syntax


'''unitArray:''' [[Array]]
|p1= unitArray: [[Array]] |= Parameter 1


'''order:''' [[Boolean]]
|p2= order: [[Boolean]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>[unitOne, unitTwo] orderGetIn [[true]]
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
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Force getting in of vehicles to all units in the list.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


[unitOne, unitTwo] '''orderGetIn''' [[true]]


 
[[Category:Scripting Commands|ORDERGETIN]]
'''Comments'''
[[Category:Scripting Commands OFP 1.96|ORDERGETIN]]
 
[[Category:Scripting Commands OFP 1.46|ORDERGETIN]]
'''Note:''' Units must be assigned to a vehicle before this command will do anything.
[[Category:Scripting Commands ArmA|ORDERGETIN]]
 
See these commands for more info on this:
 
* [[assignAsCargo]]
* [[assignAsCommander]]
* [[assignAsDriver]]
* [[assignAsGunner]]

Revision as of 00:03, 2 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]] 
Comments Note: Units must be assigned to a vehicle before this command will do anything. See these commands for more info on this:

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

Bottom Section