addMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
No edit summary
 
Line 37: Line 37:
|p2= magazineName: [[String]] - magazine name. See [[:Category:Weapons]] for reference about possible values.
|p2= magazineName: [[String]] - magazine name. See [[:Category:Weapons]] for reference about possible values.


|p3= count: [[Number]] - number of magazines to add
|p3= count: [[Number]] - number of magazines to add. Since Arma 3 v2.14, negative count will remove magazines.


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 01:10, 1 February 2023

Hover & click on the images for description

Description

Description:
Add magazines to the cargo space of vehicles, which can be taken out by infantry units. Once the magazine cargo space is filled up, any further addMagazineCargo commands are ignored.
Arma 3
In Arma 3, arguments for this command must be local (LALocal). For the global variant see addMagazineCargoGlobal.
Groups:
Containers

Syntax

Syntax:
vehicleName addMagazineCargo [magazineName, count]
Parameters:
vehicleName: Object - vehicle to add the magazines to
magazineName: String - magazine name. See Category:Weapons for reference about possible values.
count: Number - number of magazines to add. Since Arma 3 v2.14, negative count will remove magazines.
Return Value:
Nothing

Examples

Example 1:
_truck addMagazineCargo ["M16", 5];

Additional Information

See also:
addMagazineCargoGlobal addMagazine addMagazineGlobal addMagazines addMagazinePool addMagazineTurret clearMagazineCargo addWeaponCargo clearWeaponCargo getMagazineCargo addItemCargo addItemCargoGlobal addMagazineAmmoCargo

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