CBA_fnc_canUseWeapon

Description

Checks if the unit can currently use a weapon.

Parameters

_unitA unit <OBJECT>

Returns

True if the unit is not in a vehicle or in a FFV position <BOOLEAN>

Examples

_result = player call CBA_fnc_canUseWeapon;

Author

commy2

Close