mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
32 lines
912 B
C++
32 lines
912 B
C++
class RscWatch;
|
|
class RscPicture;
|
|
|
|
class RscTitles {
|
|
class GVAR(checkPulse) {
|
|
idd = -1;
|
|
enableSimulation = 1;
|
|
onLoad = QUOTE(with uiNamespace do {GVAR(checkPulseDisplay) = _this # 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;
|
|
};
|
|
};
|
|
};
|
|
};
|