orderGetIn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#O|COMREF]] | |||
<h2 style="color:#000066">''unitArray '''orderGetIn ''order'''''</h2> | <h2 style="color:#000066">''unitArray '''orderGetIn ''order'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
unitArray: [[Array]] | '''unitArray:''' [[Array]] | ||
order: [[Boolean]] | '''order:''' [[Boolean]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Force getting in vehicles to all units in the list. | Force getting in of vehicles to all units in the list. | ||
'''Example:''' | '''Example:''' | ||
[unitOne, unitTwo] '''orderGetIn''' true | [unitOne, unitTwo] '''orderGetIn''' [[true]] | ||
'''Comments''' | '''Comments''' | ||
' | '''Note:''' Units must be assigned to a vehicle before this command will do anything. | ||
''Note:'' Units must be assigned to a vehicle before this command will do anything. | |||
See these commands for more info on this: | See these commands for more info on this: | ||
* [[assignAsCargo]] | |||
* [[assignAsCommander]] | |||
* [[assignAsDriver]] | |||
* [[assignAsGunner]] |
Revision as of 19:58, 15 April 2006
back to COMREF
unitArray orderGetIn order
Operand types:
unitArray: Array
order: Boolean
Type of returned value:
Description:
Force getting in of vehicles to all units in the list.
Example:
[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: