ACE3/addons/arsenal/functions/fnc_open3DEN.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

17 lines
325 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: Alganthe
* Replace the 3DEN "edit loadout" menu action.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Public: No
*/
private _entity = (uiNamespace getVariable ["BIS_fnc_3DENEntityMenu_data", []]) param [1, objNull];
[_entity, _entity, true] call FUNC(openBox);