magazinesTurret
Jump to navigation
Jump to search
Description
- Description:
- Returns all magazines of given turret. Use turret path [-1] for driver's turret. Alternatively, use magazinesAllTurrets.
- Groups:
- Uncategorised
Syntax
- Syntax:
- vehicle magazinesTurret turretPath
- Parameters:
- vehicle: Object
- turretPath: Array
- Return Value:
- Array of Strings
Alternative Syntax
- Syntax:
- vehicle magazinesTurret [turretPath, includeEmpty] (Since Arma 3 v2.01.146669)
- Parameters:
- vehicle: Object
- [turretPath, includeEmpty]: Array
- turretPath: Array - turret path
- includeEmpty (Optional): Bool, true - include empty magazines, false - exclude empty magazines, not defined - old behavior (see description)
- Return Value:
- Array of Strings
Examples
- Example 1:
_mags = vehicle player magazinesTurret [0, 0];
- Example 2:
_mags = _tank magazinesTurret [0];
Additional Information
- See also:
- magazinesAllTurretsaddMagazineTurretremoveMagazinesTurretremoveMagazineTurretweaponsTurretloadMagazinemagazinesmagazinesDetail, magazinesAmmomagazinesAmmoFulladdWeaponTurretremoveWeaponTurretturretLocal
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
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.52
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Uncategorised
- Arma 2: Operation Arrowhead: New Scripting Commands List
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters