assignAsGunner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed global to local variable to make clear the variable)
m (changed global to local variable to make clear the variable)
Line 24: Line 24:
   
   
|x1= <pre>_soldier1 assignAsGunner _tank
|x1= <pre>_soldier1 assignAsGunner _tank
[soldier1] orderGetIn true</pre> |= Example 1
[_soldier1] orderGetIn true</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 06:53, 27 August 2007

Hover & click on the images for description

Description

Description:
Assign a unit as gunner of a vehicle. Used together with orderGetIn to order subordinate units to get in as gunner of a specific vehicle. Before usage of this command a subordinate unit hasn't got the option to get into the gunner place of the vehicle.
Groups:
Uncategorised

Syntax

Syntax:
PersonassignAsGunner Vehicle
Parameters:
Person: Object
Vehicle: Object
Return Value:
Nothing

Examples

Example 1:
_soldier1 assignAsGunner _tank
[_soldier1] orderGetIn true

Additional Information

See also:
assignAsCommanderassignAsDriverassignAsCargomoveInCargomoveInCommandermoveInDrivermoveInGunnermoveInTurret

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