addMagazines: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(38 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.


|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]], [[addMagazine_array]], [[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}}}}]]

Revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Adds multiple magazines to the unit. For cargo containers use addMagazineCargoGlobal command.
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