turretUnit: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {{uc:{{PAGENAME}}}}" to "") |
BrettMayson (talk | contribs) mNo edit summary |
||
(28 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|1.00 | |game2= arma2oa | ||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|gr1= Turrets | |gr1= Turrets | ||
| Returns the unit in the vehicle turret | |descr= Returns the unit in the vehicle turret. To find turret path of known unit, see [[unitTurret]]. | ||
| vehicle | |s1= vehicle [[turretUnit]] turretPath | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2= | |p2= turretPath: [[Array]] format [[Turret Path]] - since {{GVI|arma3|1.58|size= 0.75}} [-1] (driver) is supported. | ||
| [[Object]] | |r1= [[Object]] | ||
|x1= < | |x1= <sqf>_vehicle turretUnit _thisTurret;</sqf> | ||
|seealso= [[unitTurret]] | |x2= <sqf>vehicle player turretUnit [0];</sqf> | ||
|seealso= [[unitTurret]] [[driver]] [[gunner]] [[commander]] [[effectiveCommander]] [[currentPilot]] [[moveInTurret]] [[assignAsTurret]] [[assignedVehicleRole]] [[lockedTurret]] [[isTurnedOut]] | |||
}} | }} | ||
Latest revision as of 04:59, 27 November 2023
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 1.58 [-1] (driver) is supported.
- Return Value:
- Object
Examples
- Example 1:
- _vehicle turretUnit _thisTurret;
- Example 2:
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