queryMagazinePool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Change addMagazine_array reference to addMagazine)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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 15:45, 7 April 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