magazinesTurret: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "\| *s([0-9]) *=([^ ]+) *\{\{Since\|(.+)\|([0-9]\.[0-9]1)[^ ]+\}\} " to "|s$1= $2 |s$1since= $3 $4THEINCREDIBLEHULK2 ") |
||
Line 25: | Line 25: | ||
|r1= [[Array]] of [[String]]s | |r1= [[Array]] of [[String]]s | ||
|s2= vehicle [[magazinesTurret]] [turretPath, includeEmpty] | |s2= vehicle [[magazinesTurret]] [turretPath, includeEmpty] | ||
|s2since= arma3 2.01THEINCREDIBLEHULK2 | |||
|p21= vehicle: [[Object]] | |p21= vehicle: [[Object]] |
Revision as of 23:04, 10 August 2021
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
<span class="gvi2 gvi-arma3Expression error: Unrecognized word "theincrediblehulk".
Expression error: Unrecognized word "theincrediblehulk".
Expression error: Unrecognized word "theincrediblehulk".">2.01THEINCREDIBLEHULK2Alternative Syntax
- Syntax:
- vehicle magazinesTurret [turretPath, includeEmpty]
- Parameters:
- vehicle: Object
- turretPath: Array - turret path
- includeEmpty: Boolean - (Optional, default false) - true = include empty magazines, false = exclude empty magazines - same behaviour as the primary syntax
- 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