turretUnit: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
||
Line 26: | Line 26: | ||
|x1= <sqf>_vehicle turretUnit _thisTurret;</sqf> | |x1= <sqf>_vehicle turretUnit _thisTurret;</sqf> | ||
|x2= <code>vehicle | |x2= <code>vehicle player [[turretUnit]] [0];</code> | ||
|seealso= [[unitTurret]] [[driver]] [[gunner]] [[commander]] [[effectiveCommander]] [[currentPilot]] [[moveInTurret]] [[assignAsTurret]] [[assignedVehicleRole]] [[lockedTurret]] [[isTurnedOut]] | |seealso= [[unitTurret]] [[driver]] [[gunner]] [[commander]] [[effectiveCommander]] [[currentPilot]] [[moveInTurret]] [[assignAsTurret]] [[assignedVehicleRole]] [[lockedTurret]] [[isTurnedOut]] | ||
}} | }} |
Revision as of 11:17, 12 May 2022
Description
- Description:
- Returns the unit in the vehicle turret. Driver turret [-1] is supported since Arma 3 v1.58. To find turret path of known unit see unitTurret
- Groups:
- Turrets
Syntax
- Syntax:
- vehicle turretUnit turretpath
- Parameters:
- vehicle: Object
- turretpath: Array
- 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