setMagazineTurretAmmo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 8: | Line 8: | ||
|descr= Sets ammo count to given amount for given turret. | |descr= Sets ammo count to given amount for given turret. | ||
{{Feature | | {{Feature|warning|Broken when vehicle has multiple magazines of the same type.}} | ||
|s1= vehicle [[setMagazineTurretAmmo]] [magazineClass, ammoCount, turretPath] | |s1= vehicle [[setMagazineTurretAmmo]] [magazineClass, ammoCount, turretPath] | ||
Line 14: | Line 14: | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2= [ | |p2= magazineClass: [[String]] | ||
|p3= ammCount: [[Number]] | |||
|p4= turretPath: [[Array]] format [[Turret Path]] | |||
|r1= [[Number]] | |r1= [[Number]] | ||
|x1= | |x1= <sqf>myMRAP setMagazineTurretAmmo ["200Rnd_127x99_mag_Tracer_Red", 30, [0]]];</sqf> | ||
|seealso= [[magazineTurretAmmo]] [[setAmmoOnPylon]] | |seealso= [[magazineTurretAmmo]] [[setAmmoOnPylon]] | ||
}} | }} |
Revision as of 11:09, 8 August 2022
Description
- Description:
- Sets ammo count to given amount for given turret.
- Groups:
- Broken CommandsTurrets
Syntax
- Syntax:
- vehicle setMagazineTurretAmmo [magazineClass, ammoCount, turretPath]
- Parameters:
- vehicle: Object
- magazineClass: String
- ammCount: Number
- turretPath: Array format Turret Path
- 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