addMagazinePool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:Scripting Commands OFP 1.[4-9]{2}(\|(\{\{uc:\{\{PAGENAME\}\}\}\}|#|[A-Z]+))?\]\] " to "")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofpr
|game1= ofp


|1.75
|version1= 1.75


|gr1= Weapon Pool
|game2= ofpe
 
|version2= 1.00
 
|game3= arma1
 
|version3= 1.00
 
|game4= arma2
 
|version4= 1.00
 
|game5= arma2oa


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


| '''addMagazinePool''' [magazineName, count]
|game6= tkoh


|p1= [magazineName, count]: [[Array]]
|version6= 1.00


|p2= magazineName: [[String]] - magazine name. See the topic [[:Category:Weapons]] for reference about possible values.
|game7= arma3


|p3= count: [[Number]] - number of magazines to add
|version7= 0.50


| [[Nothing]]
|gr1= Weapon Pool
 
|x1= <code>[[addMagazinePool]] ["M16", 20];</code>


|seealso= [[addMagazineGlobal]], [[addMagazine]], [[addMagazines]], [[addMagazineCargo]], [[addMagazineCargoGlobal]], [[addMagazineTurret]], [[addWeaponPool]], [[clearMagazinePool]], [[queryMagazinePool]], [[addMagazineAmmoCargo]]
|descr= Adds magazines to the magazine pool, of which the player may choose in the following mission. Available in campaigns only.
}}


|s1= '''addMagazinePool''' [magazineName, count]


|p1= magazineName: [[String]] - Magazine class name. See the topic [[:Category:Weapons]] for reference about possible values.


{{GameCategory|arma1|Scripting Commands}}
|p2= count: [[Number]] - Number of magazines to add


{{GameCategory|arma2|Scripting Commands}}
|r1= [[Nothing]]
{{GameCategory|arma3|Scripting Commands}}
 
{{GameCategory|tkoh|Scripting Commands}}
|x1= <code>[[addMagazinePool]] ["M16", 20];</code>
 
|seealso= [[clearMagazinePool]] [[queryMagazinePool]]
}}

Revision as of 10:55, 27 March 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
addMagazinePool [magazineName, count]
Parameters:
magazineName: String - Magazine class 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:
clearMagazinePool queryMagazinePool

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