backpack unitName

Operand types

unitName: Object

Type of returned value

Description

Returns the class of a backpack worn by a unit.

Used In

Arma3

Example

if ((backpack player)=="B_Kitbag_mcamo") then {
hint "You have the correct backpack";
};
Search OFPEC COMREF