ACE3/addons/common/CfgUIGrids.hpp

29 lines
1.1 KiB
C++
Raw Normal View History

2018-04-15 18:14:31 +00:00
class CfgUIGrids {
class IGUI {
class Presets {
class Arma3 {
class Variables {
2022-11-28 08:48:20 +00:00
grid_ACE_displayText[] = {
{
"((safezoneX + safezoneW) - (10 *(((safezoneW / safezoneH) min 1.2) / 40)) - 2.9 *(((safezoneW / safezoneH) min 1.2) / 40))",
2022-12-06 06:12:45 +00:00
"safeZoneY + 0.175 * safezoneH, (10 *(((safezoneW / safezoneH) min 1.2) / 40))",
"(3 *((((safezoneW / safezoneH) min 1.2) / 1.2) / 25))"
2022-11-28 08:48:20 +00:00
},
2022-12-06 06:12:45 +00:00
"(((safezoneW / safezoneH) min 1.2) / 40)",
"((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"
2022-11-28 08:48:20 +00:00
};
2018-04-15 18:14:31 +00:00
};
};
};
class Variables {
class grid_ACE_displayText {
displayName = "ACE Hint";
description = "Textual in game feedback to the player.";
preview = QPATHTOF(UI\ACE_Hint_Preview_ca.paa);
saveToProfile[] = {0,1};
};
};
};
};