moveInGunner

From Bohemia Interactive Community
Hover & click on the images for description

Description

Description:
Move the unit into vehicle gunner position (immediate, no animation).
See AI Group Vehicle Management for more information.
If the unit is already in a vehicle, nothing will happen. You should use moveOut to move the unit out of his vehicle before trying to move him into a new (or same) vehicle.
Groups:
Unit Control

Syntax

Syntax:
unitName moveInGunner vehicle
Parameters:
unitName: Object
vehicle: Object
Return Value:
Nothing

Examples

Example 1:
soldierOne moveInGunner tankOne;

Additional Information

See also:
moveInAny moveInCargo moveInCommander moveInDriver moveInTurret assignAsCargo assignAsCommander assignAsDriver assignAsGunner

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note
Ceeeb - c
Posted on Feb 02, 2007 - 06:02 (UTC)
In OFP v1.96, the moveIn commands will not trigger an associated getIn event. To ensure the getIn event is fired, use the "getIn Gunner" action command.