ACE3/addons/bft_device_gd300/XEH_clientInit.sqf

10 lines
272 B
Plaintext
Raw Normal View History

2016-09-03 07:35:37 +00:00
#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);