ACE3/addons/common/functions/fnc_showUser.sqf

9 lines
180 B
Plaintext
Raw Normal View History

// by commy2
2015-01-13 19:56:02 +00:00
#include "script_component.hpp"
GVAR(Debug_Object) = _this select 0;
onEachFrame {
2015-05-14 18:06:06 +00:00
hintSilent str (GVAR(Debug_Object) getVariable ["ACE_isUsedBy", objNull]);
};