magazinesTurret: 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 37: | Line 37: | ||
|r2= [[Array]] of [[String]]s | |r2= [[Array]] of [[String]]s | ||
|x1= <code>_mags = vehicle player | |x1= <code>_mags = vehicle player magazinesTurret [0, 0];</code> | ||
|x2= <code>_mags = _tank magazinesTurret [0];</code> | |x2= <code>_mags = _tank magazinesTurret [0];</code> |
Revision as of 11:13, 12 May 2022
Description
- Description:
- Returns all magazines of given turret. Use turret path [-1] for driver's turret. Alternatively, use magazinesAllTurrets.
- Groups:
- Turrets
Syntax
- Syntax:
- vehicle magazinesTurret turretPath
- Parameters:
- vehicle: Object
- turretPath: Array
- Return Value:
- Array of Strings
Alternative Syntax
- Syntax:
- vehicle magazinesTurret [turretPath, includeEmpty]
- Parameters:
- vehicle: Object
- turretPath: Array - turret path
- includeEmpty: Boolean - (Optional, default true) - true = include empty magazines (behaviour as the primary syntax, but consistent), false = exclude empty magazines
- Return Value:
- Array of Strings
Examples
- Example 1:
_mags = vehicle player magazinesTurret [0, 0];
- Example 2:
_mags = _tank magazinesTurret [0];
Additional Information
- See also:
- magazinesAllTurretsaddMagazineTurretremoveMagazinesTurretremoveMagazineTurretweaponsTurretloadMagazinemagazinesmagazinesDetailmagazinesAmmomagazinesAmmoFulladdWeaponTurretremoveWeaponTurretturretLocal
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