ACE3/addons/common/functions/fnc_beingCarried.sqf

12 lines
285 B
Plaintext
Raw Normal View History

2015-01-16 23:21:47 +00:00
/**
* 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)));