ACE3/TO_MERGE/cse/f_states/visual/empty.hpp
2015-01-12 23:23:02 +01:00

21 lines
465 B
C++

class cse_empty_screen {
idd = 679123;
movingEnable = false;
onLoad = "uiNamespace setVariable ['cse_empty_screen', _this select 0];";
onUnload = "if (!isnil 'CSE_DISABLE_USER_INPUT_SCREEN') then { createDialog 'cse_empty_screen';};";
class controlsBackground {
class cse_background : cse_gui_backgroundBase {
idc = 1;
x = safezoneX;
y = safezoneY;
w = safezoneW;
h = safezoneH;
text = "";
moving = 0;
};
};
class controls {
};
};