Get information about a unit’s stance and speed.
_unit | get stance and movement mode for this unit |
An array containing two strings, [ stance, speed ] where
_result = player call CBA_fnc_getUnitAnim; _stance = _result select 0; _speed = _result select 1;