mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15 lines
220 B
Plaintext
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);
|
|
}; |