unitTurret: Difference between revisions

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


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1= Turrets |GROUP1=
|gr1= Turrets |GROUP1=
____________________________________________________________________________________________


| Returns the turret path the given vehicle's gunner is in. <tt>[-1]</tt> is returned if gunner is driver. When unit is not in any of vehicle's turret, empty array <tt>[]</tt> is returned. To get unit in turret see [[turretUnit]] |DESCRIPTION=
| Returns the turret path the given vehicle's gunner is in. <tt>[-1]</tt> is returned if gunner is driver. When unit is not in any of vehicle's turret, empty array <tt>[]</tt> is returned. To get unit in turret see [[turretUnit]] |DESCRIPTION=
____________________________________________________________________________________________


| vehicle [[unitTurret]] gunner |SYNTAX=
| vehicle [[unitTurret]] gunner |SYNTAX=
Line 26: Line 23:
|x2= <code>[[vehicle]] [[player]] [[unitTurret]] [[player]];</code>|EXAMPLE2=  
|x2= <code>[[vehicle]] [[player]] [[unitTurret]] [[player]];</code>|EXAMPLE2=  


____________________________________________________________________________________________


| [[turretUnit]], [[driver]], [[gunner]], [[commander]], [[effectiveCommander]], [[currentPilot]], [[moveInTurret]], [[assignAsTurret]], [[assignedVehicleRole]], [[lockedTurret]], [[isTurnedOut]] |SEEALSO=  
| [[turretUnit]], [[driver]], [[gunner]], [[commander]], [[effectiveCommander]], [[currentPilot]], [[moveInTurret]], [[assignAsTurret]], [[assignedVehicleRole]], [[lockedTurret]], [[isTurnedOut]] |SEEALSO=  


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



Revision as of 05:22, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns the turret path the given vehicle's gunner is in. [-1] is returned if gunner is driver. When unit is not in any of vehicle's turret, empty array [] is returned. To get unit in turret see turretUnit
Groups:
Turrets

Syntax

Syntax:
vehicle unitTurret gunner
Parameters:
vehicle: Object
gunner: Object
Return Value:
Array - turret path

Examples

Example 1:
_vehicle unitTurret _gunner;
Example 2:
vehicle player unitTurret player;

Additional Information

See also:
turretUnitdrivergunnercommandereffectiveCommandercurrentPilotmoveInTurretassignAsTurretassignedVehicleRolelockedTurretisTurnedOut

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