setMagazineTurretAmmo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], *\[\[([^ ]+)\]\]" to "|seealso= $1 $2")
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 | Warning | Broken when vehicle has multiple magazines of the same type}}
{{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= [magazineClass, ammoCount, turretPath]: [[Array]]
|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 12:09, 8 August 2022

Hover & click on the images for description

Description

Description:
Sets ammo count to given amount for given turret.
Broken when vehicle has multiple magazines of the same type.
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