setMagazineTurretAmmo

From Bohemia Interactive Community
Revision as of 00:51, 4 February 2024 by Killzone Kid (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets ammo count to given amount for given turret.
Since Arma 2.16 the magazine is first checked if it is loaded into the turret weapon, if not, the command falls back to old behaviour of selecting the first magazine from the list of available magazines. In most cases this will be the loaded magazine anyway.
The turret containing magazine must be local (see turretLocal and Example 2 in setMagazineTurretAmmo)
Groups:
Turrets

Syntax

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

Examples

Example 1:
myMRAP setMagazineTurretAmmo ["200Rnd_127x99_mag_Tracer_Red", 30, [0]]];

Additional Information

See also:
magazineTurretAmmo setAmmoOnPylon

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