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