ACE3/addons/common/functions/fnc_revealObject_f.sqf
2015-01-18 20:09:19 +01:00

15 lines
220 B
Plaintext

/**
* fnc_revealObject_f.sqf
* @Descr: N/A
* @Author: Glowbal
*
* @Arguments: []
* @Return:
* @PublicAPI: false
*/
#include "script_component.hpp"
if (hasInterface) then {
player reveal (_this select 0);
};