turretUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma2 *\| *(New )?Scripting Commands\}\}" to "")
mNo edit summary
 
(23 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|1.00
|version1= 1.00


|game2= arma2oa
|game2= arma2oa
Line 15: Line 15:
|gr1= Turrets
|gr1= Turrets


| Returns the unit in the vehicle turret. Driver turret <tt>[-1]</tt> is supported since Arma 3 v1.58. To find turret path of known unit see [[unitTurret]]
|descr= Returns the unit in the vehicle turret. To find turret path of known unit, see [[unitTurret]].


|s1= vehicle '''turretUnit''' turretpath
|s1= vehicle [[turretUnit]] turretPath


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


|p2= turretpath: [[Array]]
|p2= turretPath: [[Array]] format [[Turret Path]] - since {{GVI|arma3|1.58|size= 0.75}} [-1] (driver) is supported.


|r1= [[Object]]
|r1= [[Object]]


|x1= <code>_vehicle [[turretUnit]] _thisTurret;</code>
|x1= <sqf>_vehicle turretUnit _thisTurret;</sqf>
|x2= <code>[[vehicle]] [[player]] [[turretUnit]] [0];</code>


|seealso= [[unitTurret]], [[driver]], [[gunner]], [[commander]], [[effectiveCommander]], [[currentPilot]], [[moveInTurret]], [[assignAsTurret]], [[assignedVehicleRole]], [[lockedTurret]], [[isTurnedOut]]
|x2= <sqf>vehicle player turretUnit [0];</sqf>
 
|seealso= [[unitTurret]] [[driver]] [[gunner]] [[commander]] [[effectiveCommander]] [[currentPilot]] [[moveInTurret]] [[assignAsTurret]] [[assignedVehicleRole]] [[lockedTurret]] [[isTurnedOut]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 05:59, 27 November 2023

Hover & click on the images for description

Description

Description:
Returns the unit in the vehicle turret. To find turret path of known unit, see unitTurret.
Groups:
Turrets

Syntax

Syntax:
vehicle turretUnit turretPath
Parameters:
vehicle: Object
turretPath: Array format Turret Path - since Arma 3 logo black.png1.58 [-1] (driver) is supported.
Return Value:
Object

Examples

Example 1:
_vehicle turretUnit _thisTurret;
Example 2:
vehicle player turretUnit [0];

Additional Information

See also:
unitTurret driver gunner commander effectiveCommander currentPilot moveInTurret assignAsTurret assignedVehicleRole lockedTurret isTurnedOut

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