Checks whether a unit is turned out in a vehicle or not.
DEPRECATED. Use isTurnedOut instead.
_unit | Unit to check [Object] |
”true” for turned out or “false” for not turned out [Boolean]
if ( [player] call CBA_fnc_isUnitGetOutAnim ) then { player sideChat "I am turned out!"; };
© Denisko-Redisko