queryWeaponPool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(One intermediate revision by the same user not shown)
Line 32: Line 32:
|r1= [[Number]]
|r1= [[Number]]


|x1= <code>_num = queryWeaponPool "M16"</code>
|x1= <sqf>_num = queryWeaponPool "M16";</sqf>


|seealso= [[queryItemsPool]]
|seealso= [[queryItemsPool]]
}}
}}

Latest revision as of 23:43, 28 June 2022

Hover & click on the images for description

Description

Description:
Return number of weapons of type name in weapon pool (used in campaign to transfer weapons into next mission).
Groups:
Weapon Pool

Syntax

Syntax:
queryWeaponPool name
Parameters:
name: String
Return Value:
Number

Examples

Example 1:
_num = queryWeaponPool "M16";

Additional Information

See also:
queryItemsPool

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