assignedCommander: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(4 intermediate revisions by the same user not shown)
Line 25: Line 25:
|r1= [[Object]]
|r1= [[Object]]


|x1= <code>_commander = [[assignedCommander]] vehicleName;</code>
|x1= <sqf>_commander = assignedCommander vehicleName;</sqf>


|seealso= [[assignAsCommander]] [[assignAsGunner]] [[assignAsTurret]] [[assignAsDriver]] [[moveInCommander]] [[moveInGunner]] [[moveInTurret]] [[moveInDriver]] [[commander]] [[gunner]] [[assignAsCargo]] [[driver]] [[moveInCargo]], [[assignedGunner]], [[assignedCargo]], [[assignedDriver]]
|seealso= [[assignAsCommander]] [[assignAsGunner]] [[assignAsTurret]] [[assignAsDriver]] [[moveInCommander]] [[moveInGunner]] [[moveInTurret]] [[moveInDriver]] [[commander]] [[gunner]] [[assignAsCargo]] [[driver]] [[moveInCargo]] [[assignedGunner]] [[assignedCargo]] [[assignedDriver]]
}}
}}

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns the soldier assigned to the given vehicle as a commander.
Groups:
Unit ControlObject Manipulation

Syntax

Syntax:
assignedCommander vehicle
Parameters:
vehicle: Object
Return Value:
Object

Examples

Example 1:
_commander = assignedCommander vehicleName;

Additional Information

See also:
assignAsCommander assignAsGunner assignAsTurret assignAsDriver moveInCommander moveInGunner moveInTurret moveInDriver commander gunner assignAsCargo driver moveInCargo assignedGunner assignedCargo assignedDriver

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