magazineTurretAmmo

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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
Sa-Matra - c
Posted on May 04, 2024 - 11:38 (UTC)
Returns ammo for first magazine, not loaded magazine.