ACE3/addons/common/functions/fnc_owned.sqf

9 lines
170 B
Plaintext
Raw Normal View History

// by commy2
2015-01-12 18:22:58 +00:00
#include "\z\ace\addons\common\script_component.hpp"
private "_object";
_object = _this select 0;
!isNull (_object getVariable ["ACE_isUsedBy", objNull])