addMagazines: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Add infobox)
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|arg= global |= Arguments in MP
|version1= 0.50


|eff= global |= Effects in MP
|arg= global


|0.50|= Game version
|eff= global
____________________________________________________________________________________________


| Adds multiple magazines to the unit. For cargo containers use [[addMagazineCargoGlobal]] command.  |DESCRIPTION=
|gr1= Unit Inventory
____________________________________________________________________________________________


| unit '''addMagazines''' [magazineName, count] |SYNTAX=
|descr= Adds multiple magazines to the unit. For cargo containers use [[addMagazineCargoGlobal]] command.
{{Feature|informative|This command is meant to be used on human units. If used on vehicles, this command is {{Icon|localArgument|32}} {{Icon|globalEffect|32}}.}}


|p1= unit: [[Object]] - a soldier  |PARAMETER1=
|s1= unit [[addMagazines]] [magazineName, count]


|p2= [magazineName, count]: [[Array]] |PARAMETER2=
|p1= unit: [[Object]] - a soldier


|p3= magazineName: [[String]] |PARAMETER3=
|p2= magazineName: [[String]]


|p4= count: [[Number]] - Number of magazines. |PARAMETER4=
|p3= count: [[Number]] - number of magazines


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


|x1= <sqf>player addMagazines ["30Rnd_65x39_caseless_mag", 3];</sqf>


|x1= <code>[[player]] [[addMagazines]] ["30Rnd_65x39_caseless_mag", 3];</code>|EXAMPLE1=
|seealso= [[addMagazineGlobal]] [[addMagazine]] [[addMagazineCargo]] [[addMagazineCargoGlobal]] [[addMagazinePool]] [[addMagazineTurret]] [[addMagazineAmmoCargo]]
 
____________________________________________________________________________________________
 
| [[addMagazineGlobal]], [[addMagazine]], [[addMagazineCargo]], [[addMagazineCargoGlobal]], [[addMagazinePool]], [[addMagazineTurret]], [[addMagazineAmmoCargo]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 19:29, 16 July 2023

Hover & click on the images for description

Description

Description:
Adds multiple magazines to the unit. For cargo containers use addMagazineCargoGlobal command.
This command is meant to be used on human units. If used on vehicles, this command is LALocal GEGlobal.
Groups:
Unit Inventory

Syntax

Syntax:
unit addMagazines [magazineName, count]
Parameters:
unit: Object - a soldier
magazineName: String
count: Number - number of magazines
Return Value:
Nothing

Examples

Example 1:
player addMagazines ["30Rnd_65x39_caseless_mag", 3];

Additional Information

See also:
addMagazineGlobal addMagazine addMagazineCargo addMagazineCargoGlobal addMagazinePool addMagazineTurret 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