magazineTurretAmmo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
|version1= 1.34
|version1= 1.34


|gr1= Broken Commands
|gr2= Turrets
|gr2= Turrets


|descr= Returns ammo count of given type from given turret  
|descr= Returns ammo count of given magazine from given turret (see [[setMagazineTurretAmmo]] for more info)
{{Feature|warning|Broken when vehicle has multiple magazines of the same type.}}


|s1= vehicle [[magazineTurretAmmo]] [magazineClass, turretPath]
|s1= vehicle [[magazineTurretAmmo]] [magazineClass, turretPath]

Latest revision as of 00:51, 4 February 2024

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