CBA_fnc_isTurnedOut

Description

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

Parameters

_unitUnit to check [Object]

Returns

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

Examples

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

Author

© rocko 2008, 2009

Close