mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
21 lines
465 B
C++
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 {
|
|
|
|
};
|
|
}; |