vest unitName

Operand types

unitName: Object

Type of returned value

Description

Returns name of the vest worn by given unit.

Used In

Arma3

Example

_meVest = vest player;


if ((vest player) == "SportsBra") then {
hint "Dude, you're wearing a bra!! XD ";
};
//ok, no such thing in the game :D but you get the point... ;)
Search OFPEC COMREF