ACE3/addons/common/functions/fnc_beingCarried.sqf
2015-01-17 00:21:47 +01:00

12 lines
285 B
Plaintext

/**
* fn_beingCarried.sqf
* @Descr: Check if object is being carried
* @Author: Glowbal
*
* @Arguments: [object OBJECT]
* @Return: BOOL True if object is being carried
* @PublicAPI: true
*/
#include "script_component.hpp"
!(isNull ([_this select 0] call FUNC(getCarriedObj)));