ACE3/addons/bft_device_gd300/XEH_clientInit.sqf
2016-09-03 09:35:37 +02:00

10 lines
272 B
Plaintext

#include "script_component.hpp"
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
// prevent execution of anything below on headless clients
if (!hasInterface) exitWith {};
// Initialize all uiNamespace variables
SETUVAR(GVAR(GD300_dlg), displayNull);