addMagazineCargoGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
No edit summary
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |Game name=
|game1= arma2oa
|version1= 1.55


|1.55|Game version=
|game2= tkoh
|version2= 1.00


|gr1 = Containers |GROUP1=
|game3= arma3
|version3= 0.50


|gr1= Containers


|arg= global


|arg= global |Multiplayer Arguments=
|eff= global


|eff= global|Multiplayer Effects=
|descr= Add magazines to the cargo space of vehicles, which can be taken out by infantry units.
____________________________________________________________________________________________


| Add magazines to the cargo space of vehicles, which can be taken out by infantry units.
MP Synchronized


MP Synchronized |DESCRIPTION=
|s1= vehicleName [[addMagazineCargoGlobal]] [magazineName, count]
____________________________________________________________________________________________


| vehicleName [[addMagazineCargoGlobal]] [magazineName, count] |SYNTAX=
|p1= vehicleName: [[Object]] - vehicle to add the magazines to


|p1= vehicleName: [[Object]] - vehicle to add the magazines to |PARAMETER1=
|p2= magazineName: [[String]] - magazine name. See [[:Category:Weapons]] for reference about possible values.


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


|p3= magazineName: [[String]] - magazine name. See [[:Category:Weapons]] for reference about possible values. |PARAMETER3=
|r1= [[Nothing]]


|p4= count: [[Number]] - number of magazines to add |PARAMETER4=
|x1= <sqf>_truck addMagazineCargoGlobal ["M16", 5];</sqf>


| [[Nothing]] |RETURNVALUE=
|seealso= [[addMagazineCargo]] [[addMagazineGlobal]] [[addMagazine]] [[addMagazines]] [[addMagazinePool]] [[addMagazineTurret]] [[clearMagazineCargo]] [[addWeaponCargo]] [[clearWeaponCargo]] [[clearWeaponCargo]] [[addWeaponCargoGlobal]] [[addBackpackCargoGlobal]] [[addItemCargo]] [[addItemCargoGlobal]] [[addMagazineAmmoCargo]]
____________________________________________________________________________________________
 
|x1= <code>_truck [[addMagazineCargoGlobal]] ["M16", 5];</code> |EXAMPLE1=
____________________________________________________________________________________________
 
| [[addMagazineCargo]], [[addMagazineGlobal]], [[addMagazine]], [[addMagazines]], [[addMagazinePool]], [[addMagazineTurret]], [[clearMagazineCargo]], [[addWeaponCargo]], [[clearWeaponCargo]], [[clearWeaponCargo]], [[addWeaponCargoGlobal]], [[addBackpackCargoGlobal]], [[addItemCargo]], [[addItemCargoGlobal]], [[addMagazineAmmoCargo]]|SEEALSO=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on November 7, 2011 - 11:03 (CET)
<dt class="note">[[User:Bon_Inf*|Bon_Inf*]]
<dd class="note">
Synchronized in [[Multiplayer Scripting#Join In Progress|JIP]] as well.
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 01:12, 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. MP Synchronized
Groups:
Containers

Syntax

Syntax:
vehicleName addMagazineCargoGlobal [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 addMagazineCargoGlobal ["M16", 5];

Additional Information

See also:
addMagazineCargo addMagazineGlobal addMagazine addMagazines addMagazinePool addMagazineTurret clearMagazineCargo addWeaponCargo clearWeaponCargo clearWeaponCargo addWeaponCargoGlobal addBackpackCargoGlobal 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