stance unitName

Operand types

unitName: Object

Type of returned value

Description

Returns the stance of given unit.
Can be "STAND", "CROUCH", "PRONE", "UNDEFINED" (for example for swimming unit) or "" (on non-human object).

Used In

Arma3

Example

if (stance loon1 == "STAND") then {
leader groupChat "Soldier, get your ass down!!";
};
Search OFPEC COMREF