addItemPool [itemName, count]

Operand types

[itemName, count]: Array

Type of returned value

Description

Adds count items of type name into the weapon pool (used in the campaign to transfer items to the next mission).

itemName: String - name of the item to add
count: Number - Number of items to add

Used In

Arma3

Example

addItemPool ["ItemGPS", 5];
Search OFPEC COMREF