addMagazinePool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
(29 intermediate revisions by 13 users not shown)
Line 1: Line 1:
back to [[Scripting_Reference#A|COMREF]]
{{Command|= Comments
____________________________________________________________________________________________


| ofpr |= Game name


<h2 style="color:#000066">'''addMagazinePool ''Null'''''</h2>
|1.75|= Game version
____________________________________________________________________________________________


| Add magazines to the magazine pool, of which the player may choose in the following mission. Available in campaigns only. |DESCRIPTION=
____________________________________________________________________________________________


'''Operand types:'''
| '''addMagazinePool''' [magazineName, count] |SYNTAX=


'''Null:''' [[Array]]
|p1= [magazineName, count]: [[Array]] |PARAMETER1=


'''Type of returned value:'''
|p2= magazineName: [[String]] - magazine name. See the topic [[:Category:Weapons]] for reference about possible values. |PARAMETER2=


[[Nothing]]
|p3= count: [[Number]] - number of magazines to add |PARAMETER3=


'''Description:'''
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[addMagazinePool]] ["M16", 20];</code> |EXAMPLE1=
____________________________________________________________________________________________


Adds magazines of type named into weapon pool.
| [[addMagazineGlobal]], [[addMagazine]], [[addMagazines]], [[addMagazineCargo]], [[addMagazineCargoGlobal]], [[addMagazineTurret]], [[addWeaponPool]], [[clearMagazinePool]], [[queryMagazinePool]], [[addMagazineAmmoCargo]]  |SEEALSO=


Used in campaign to transfer weapons into next mission.
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Example:'''
<!-- Note Section END -->
</dl>


'''addMagazinePool''' ["M16",10]
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|ADDMAGAZINEPOOL]]
[[Category:Scripting Commands OFP 1.99|ADDMAGAZINEPOOL]]
[[Category:Scripting Commands OFP 1.96|ADDMAGAZINEPOOL]]
[[Category:Scripting Commands ArmA|ADDMAGAZINEPOOL]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Weapon Pool|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:27, 7 April 2019

Hover & click on the images for description

Description

Description:
Add magazines to the magazine pool, of which the player may choose in the following mission. Available in campaigns only.
Groups:
Uncategorised

Syntax

Syntax:
addMagazinePool [magazineName, count]
Parameters:
[magazineName, count]: Array
magazineName: String - magazine name. See the topic Category:Weapons for reference about possible values.
count: Number - number of magazines to add
Return Value:
Nothing

Examples

Example 1:
addMagazinePool ["M16", 20];

Additional Information

See also:
addMagazineGlobaladdMagazineaddMagazinesaddMagazineCargoaddMagazineCargoGlobaladdMagazineTurretaddWeaponPoolclearMagazinePoolqueryMagazinePooladdMagazineAmmoCargo

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

Notes

Bottom Section