2015-01-11 16:42:31 +00:00
|
|
|
// by commy2
|
|
|
|
|
|
|
|
class RscStructuredText;
|
|
|
|
class RscMapControl;
|
2016-09-20 17:18:44 +00:00
|
|
|
class ctrlStructuredText;
|
|
|
|
|
|
|
|
class GVAR(debug_structuredText): ctrlStructuredText {
|
|
|
|
sizeEx = "16 * pixelH";
|
|
|
|
size = "16 * pixelH";
|
|
|
|
};
|
2015-01-11 16:42:31 +00:00
|
|
|
|
|
|
|
class RscTitles {
|
2023-11-11 14:22:17 +00:00
|
|
|
class GVAR(ProgressBar_Display): GVAR(ProgressBar_Dialog) {
|
|
|
|
duration = 1e11; // forever, essentially
|
|
|
|
fadeIn = 0;
|
|
|
|
fadeOut = 0;
|
|
|
|
};
|
2016-09-20 17:18:44 +00:00
|
|
|
class GVAR(watchVariableUI) {
|
|
|
|
idd = -1;
|
|
|
|
onLoad = QUOTE(with uiNameSpace do {GVAR(watchVariableUI) = _this select 0};);
|
|
|
|
movingEnable = 0;
|
|
|
|
duration = 999999;
|
|
|
|
fadeIn = "false";
|
|
|
|
fadeOut = "false";
|
|
|
|
class controls {};
|
|
|
|
};
|
|
|
|
|
2015-01-12 21:34:01 +00:00
|
|
|
class ACE_RscHint {
|
|
|
|
idd = -1;
|
|
|
|
onLoad = "uiNamespace setVariable ['ACE_ctrlHint', (_this select 0) displayCtrl 1];";
|
2021-02-08 03:14:45 +00:00
|
|
|
movingEnable = 0;
|
2015-01-12 21:34:01 +00:00
|
|
|
duration = 4;
|
|
|
|
fadeIn = 0.2;
|
|
|
|
fadeOut = 0.2;
|
|
|
|
name = "ACE_RscHint";
|
2015-01-11 16:42:31 +00:00
|
|
|
|
2015-01-12 21:34:01 +00:00
|
|
|
class controls {
|
|
|
|
class HintBox: RscStructuredText {
|
|
|
|
idc = 1;
|
|
|
|
text = "";
|
2015-02-22 10:35:52 +00:00
|
|
|
//size = "1 / 40 / (getResolution select 5)";
|
|
|
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
2015-01-12 21:34:01 +00:00
|
|
|
colorText[] = {1, 1, 1, 1};
|
|
|
|
colorBackground[] = {0, 0, 0, 0.5};
|
2023-02-02 05:28:55 +00:00
|
|
|
x = "safeZoneW + safeZoneX - 0 * safezoneW"; //safeZoneW + safeZoneX - 0.2 * safezoneW;
|
|
|
|
y = "safeZoneY + 0.2 * safezoneH";
|
|
|
|
w = "0.2 * safeZoneW";
|
|
|
|
h = "0.1 * SafeZoneH";
|
2016-02-24 14:06:27 +00:00
|
|
|
font = "RobotoCondensed";
|
2015-01-12 21:34:01 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
class ACE_RscErrorHint {
|
|
|
|
idd = -1;
|
|
|
|
onLoad = "uiNamespace setVariable ['ACE_ctrlErrorHint', (_this select 0) displayCtrl 1];";
|
2021-02-08 03:14:45 +00:00
|
|
|
movingEnable = 0;
|
2015-01-12 21:34:01 +00:00
|
|
|
duration = 999999;
|
|
|
|
fadeIn = 0.2;
|
|
|
|
fadeOut = 0.2;
|
|
|
|
name = "ACE_RscErrorHint";
|
|
|
|
class controls {
|
|
|
|
class HintBox: RscStructuredText {
|
|
|
|
idc = 1;
|
|
|
|
text = "";
|
2015-02-22 10:35:52 +00:00
|
|
|
//size = "1 / 40 / (getResolution select 5)";
|
|
|
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
2015-01-12 21:34:01 +00:00
|
|
|
colorText[] = {1, 1, 1, 1};
|
|
|
|
colorBackground[] = {0.8, 0, 0, 0.5};
|
2023-02-02 05:28:55 +00:00
|
|
|
x = "0.3 * safeZoneW + safeZoneX";
|
|
|
|
y = "0.4 * safezoneH + safeZoneY";
|
|
|
|
w = "0.4 * safeZoneW";
|
|
|
|
h = "0.2 * SafeZoneH";
|
2015-01-12 21:34:01 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2015-02-14 19:06:55 +00:00
|
|
|
|
2015-01-12 21:34:01 +00:00
|
|
|
class ACE_EventHandlerHelper2: ACE_Rsc_Display_Base {
|
|
|
|
class controls {
|
|
|
|
class MapMarkerCreated: RscMapControl {
|
|
|
|
onDraw = "if (count allMapMarkers != uiNamespace getVariable 'ACE_EventHandler_MapMarker') then {if (count allMapMarkers > uiNamespace getVariable 'ACE_EventHandler_MapMarker') then {{[allMapMarkers select count allMapMarkers - 1] call _x; nil} count ((missionNamespace getVariable 'ACE_EventHandler_MapMarker') select 2);}; uiNamespace setVariable ['ACE_EventHandler_MapMarker', count allMapMarkers];};";
|
|
|
|
idc = -1;
|
|
|
|
w = 0;
|
|
|
|
h = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|