queryMagazinePool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Change addMagazine_array reference to addMagazine)
m (Text replacement - "|= Game name" to "|Game name=")
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofpr |= Game name
| ofpr |Game name=


|1.75|= Game version
|1.75|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return number of magazines of type name in magazine pool (used in campaign to transfer magazines into next mission). |= Description
| Return number of magazines of type name in magazine pool (used in campaign to transfer magazines into next mission). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> '''queryMagazinePool''' name |= Syntax
| [[Number]] <nowiki>=</nowiki> '''queryMagazinePool''' name |SYNTAX=


|p1= name: [[String]] |= Parameter 1
|p1= name: [[String]] |PARAMETER1=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1=<code>_num = [[queryMagazinePool]] "M16";</code>
|x1=<code>_num = [[queryMagazinePool]] "M16";</code>


| [[addMagazineGlobal]], [[addMagazine]], [[addMagazines]], [[addMagazineCargo]], [[addMagazineCargoGlobal]], [[addMagazineTurret]], [[addWeaponPool]], [[clearMagazinePool]], [[addMagazineAmmoCargo]] |= See also
| [[addMagazineGlobal]], [[addMagazine]], [[addMagazines]], [[addMagazineCargo]], [[addMagazineCargoGlobal]], [[addMagazineTurret]], [[addWeaponPool]], [[clearMagazinePool]], [[addMagazineAmmoCargo]] |SEEALSO=


}}
}}

Revision as of 16:43, 1 September 2019

Hover & click on the images for description

Description

Description:
Return number of magazines of type name in magazine pool (used in campaign to transfer magazines into next mission).
Groups:
Uncategorised

Syntax

Syntax:
Number = queryMagazinePool name
Parameters:
name: String
Return Value:
Number

Examples

Example 1:
_num = queryMagazinePool "M16";

Additional Information

See also:
addMagazineGlobaladdMagazineaddMagazinesaddMagazineCargoaddMagazineCargoGlobaladdMagazineTurretaddWeaponPoolclearMagazinePooladdMagazineAmmoCargo

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