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

5 lines
93 B
Plaintext

#include "script_component.hpp"
if (hasInterface) then {
player reveal (_this select 0);
};