ACE3/addons/common/functions/fnc_revealObject_f.sqf

15 lines
220 B
Plaintext
Raw Normal View History

2015-01-18 19:09:19 +00:00
/**
* fnc_revealObject_f.sqf
* @Descr: N/A
* @Author: Glowbal
*
* @Arguments: []
* @Return:
* @PublicAPI: false
*/
2015-01-16 23:21:47 +00:00
#include "script_component.hpp"
if (hasInterface) then {
2015-01-18 19:09:19 +00:00
player reveal (_this select 0);
2015-01-16 23:21:47 +00:00
};