mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
33 lines
939 B
C++
33 lines
939 B
C++
class RscWatch;
|
|
class RscPicture;
|
|
|
|
class RscTitles {
|
|
class GVAR(checkPulse) {
|
|
idd = -1;
|
|
enableSimulation = 1;
|
|
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QQGVAR(checkPulseDisplay),_this select 0)]);
|
|
duration = 60;
|
|
class ControlsBackground {
|
|
class TheVignette: RscPicture {
|
|
idc = 5000;
|
|
x = "safezoneX";
|
|
y = "safezoneY";
|
|
w = "safezoneW";
|
|
h = "safezoneH";
|
|
text = QPATHTOF(ui\checkPulse_ca.paa);
|
|
};
|
|
};
|
|
class Controls {};
|
|
class Objects {
|
|
class TheWatch: RscWatch {
|
|
idc = 5001;
|
|
model = "\a3\Missions_F_Oldman\Systems\UI\Objects\WatchDummy.p3d";
|
|
position[] = {0, 0, 0.15};
|
|
inBack = 0;
|
|
scale = 2;
|
|
enableZoom = 0;
|
|
};
|
|
};
|
|
};
|
|
};
|