assignedGunner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:ArmA 2: New Scripting Commands List\|{{uc:{{PAGENAME}}}}\]\]\s*" to "")
m (Text replacement - "\| *p([0-9]+) *=([^↵]+) -↵" to "|p$1=$2")
 
(48 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Returns the soldier assigned to the given vehicle as a gunner. |DESCRIPTION=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| '''assignedGunner''' vehicle |SYNTAX=
|game4= arma3
|version4= 0.50


|p1= vehicle: [[Object]] -  |PARAMETER1=  
|gr1= Unit Control


|p2= |PARAMETER2=  
|gr2= Object Manipulation


|p3= |PARAMETER3=  
|descr= Returns the soldier assigned to the given vehicle as a gunner.


| [[Object]] |RETURNVALUE=
|s1= [[assignedGunner]] vehicle


|p1= vehicle: [[Object]]
|r1= [[Object]]


|x1= <code>_gunner = [[assignedGunner]] [[vehicle]] [[player]];</code>|EXAMPLE1=
|x1= <sqf>_gunner = assignedGunner vehicle player;</sqf>


____________________________________________________________________________________________
|seealso= [[assignAsGunner]] [[assignAsTurret]] [[assignAsCommander]] [[assignAsDriver]] [[moveInGunner]] [[moveInTurret]] [[moveInCommander]] [[moveInDriver]] [[gunner]] [[ArmA:_Actions#GetInTurret|GetInTurret]] [[commander]] [[driver]] [[assignAsCargo]] [[moveInCargo]] [[assignedCommander]] [[assignedDriver]]
 
| [[assignAsGunner]], [[assignAsTurret]], [[assignAsCommander]], [[assignAsDriver]], [[moveInGunner]], [[moveInTurret]], [[moveInCommander]], [[moveInDriver]], [[gunner]], [[ArmA:_Actions#GetInTurret|GetInTurret]], [[commander]], [[driver]], [[assignAsCargo]], [[moveInCargo]], [[assignedCommander]], [[assignedDriver]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:51, 26 March 2024

Hover & click on the images for description

Description

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

Syntax

Syntax:
assignedGunner vehicle
Parameters:
vehicle: Object
Return Value:
Object

Examples

Example 1:
_gunner = assignedGunner vehicle player;

Additional Information

See also:
assignAsGunner assignAsTurret assignAsCommander assignAsDriver moveInGunner moveInTurret moveInCommander moveInDriver gunner GetInTurret commander driver assignAsCargo moveInCargo assignedCommander 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