Files
ACE3/addons/arsenal/functions/fnc_open3DEN.sqf
2017-11-03 15:46:59 +01:00

5 lines
177 B
Plaintext

#include "script_component.hpp"
private _entity = (uinamespace getvariable ["bis_fnc_3DENEntityMenu_data",[]]) param [1, objnull];
[_entity, _entity, true] call FUNC(openBox);