setMagazineTurretAmmo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
m (Some wiki formatting)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.34
|1.34


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


| 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]


|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]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}

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