CBA_fnc_isUnitGetOutAnim

Description

Checks whether a unit is turned out in a vehicle or not.

DEPRECATED.  Use isTurnedOut instead.

Parameters

_unitUnit to check [Object]

Returns

”true” for turned out or “false” for not turned out [Boolean]

Examples

if ( [player] call CBA_fnc_isUnitGetOutAnim ) then
{
    player sideChat "I am turned out!";
};

Author

© Denisko-Redisko

Close