secondaryWeaponItems unitName

Operand types

unitName: Object

Type of returned value

Description

Returns array with all items assigned to the secondary weapon.
This command is used for infantry weapons only.

NOTE:

  • Returns empty array [] if unit has no secondary weapon.

  • Returns array of empty strings ["","",""] if unit has a secondary weapon but no attachments for it.

Used In

Arma3

Example

hint str(secondaryWeaponItems player);
Search OFPEC COMREF