magazineTurretAmmo

From Bohemia Interactive Community
Revision as of 13:38, 4 May 2024 by Samatra (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns ammo count of given magazine from given turret (see setMagazineTurretAmmo for more info)
Groups:
Turrets

Syntax

Syntax:
vehicle magazineTurretAmmo [magazineClass, turretPath]
Parameters:
vehicle: Object
magazineClass: String
turretPath: Array format Turret Path. [-1] for driver turret is supported
Return Value:
Number

Examples

Example 1:
vehicle player magazineTurretAmmo ["cls", [0]];

Additional Information

See also:
setMagazineTurretAmmo magazinesAllTurrets ammoOnPylon

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
Samatra - c
Posted on May 04, 2024 - 11:38 (UTC)
Returns ammo for first magazine, not loaded magazine.