assignedCommander: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)]]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 9: Line 8:


|gr2= Object Manipulation |GROUP2=
|gr2= Object Manipulation |GROUP2=
____________________________________________________________________________________________


| Returns the soldier assigned to the given vehicle as a commander. |DESCRIPTION=
| Returns the soldier assigned to the given vehicle as a commander. |DESCRIPTION=
____________________________________________________________________________________________


| '''assignedCommander''' vehicle |SYNTAX=
| '''assignedCommander''' vehicle |SYNTAX=
Line 27: Line 24:
|x1= <code>_commander <nowiki>=</nowiki> [[assignedCommander]] vehicleName </code>|EXAMPLE1=  
|x1= <code>_commander <nowiki>=</nowiki> [[assignedCommander]] vehicleName </code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[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]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 01:03, 17 January 2021

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:
assignAsCommanderassignAsGunnerassignAsTurretassignAsDrivermoveInCommandermoveInGunnermoveInTurretmoveInDrivercommandergunnerassignAsCargodrivermoveInCargoassignedGunnerassignedCargoassignedDriver

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