addMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Some wiki formatting)
Line 29: Line 29:


|descr= 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.
|descr= 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.
{{Feature|arma3|In Arma 3, arguments for this command must be local ({{Icon|localArgument|32}}). For global variant see [[addMagazineCargoGlobal]].}}
{{Feature|arma3|In {{arma3}}, arguments for this command must be local ({{Icon|localArgument|32}}). For the global variant see [[addMagazineCargoGlobal]].}}


|s1= vehicleName [[addMagazineCargo]] [magazineName, count]
|s1= vehicleName [[addMagazineCargo]] [magazineName, count]
Line 35: Line 35:
|p1= vehicleName: [[Object]] - vehicle to add the magazines to
|p1= vehicleName: [[Object]] - vehicle to add the magazines to


|p2= [magazineName, count]: [[Array]]
|p2= magazineName: [[String]] - magazine name. See [[:Category:Weapons]] for reference about possible values.


|p3= magazineName: [[String]] - magazine name. See [[:Category:Weapons]] for reference about possible values.
|p3= count: [[Number]] - number of magazines to add
 
|p4= count: [[Number]] - number of magazines to add


|r1= [[Nothing]]
|r1= [[Nothing]]
Line 47: Line 45:
|seealso= [[addMagazineCargoGlobal]] [[addMagazine]] [[addMagazineGlobal]] [[addMagazines]] [[addMagazinePool]] [[addMagazineTurret]] [[clearMagazineCargo]] [[addWeaponCargo]] [[clearWeaponCargo]] [[getMagazineCargo]] [[addItemCargo]] [[addItemCargoGlobal]] [[addMagazineAmmoCargo]]
|seealso= [[addMagazineCargoGlobal]] [[addMagazine]] [[addMagazineGlobal]] [[addMagazines]] [[addMagazinePool]] [[addMagazineTurret]] [[clearMagazineCargo]] [[addWeaponCargo]] [[clearWeaponCargo]] [[getMagazineCargo]] [[addItemCargo]] [[addItemCargoGlobal]] [[addMagazineAmmoCargo]]
}}
}}
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on October 24, 2009 - 11:02,  (CEST)</dd>
<dt class="note">[[User:Sbsmac|Sbsmac]]</dt>
<dd class="note"> Only works on clients.
</dl>

Revision as of 00:52, 8 August 2022

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