ACE3/addons/core/functions/fnc_owned.sqf

9 lines
168 B
Plaintext
Raw Normal View History

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