ACE3/addons/advanced_ballistics/RscTitles.hpp

55 lines
1.5 KiB
C++
Raw Normal View History

2015-06-02 20:38:12 +00:00
class RscTitles {
class RscTurretDial {
2015-04-07 19:27:04 +00:00
idd=-1;
onLoad="with uiNameSpace do { RscTurretDial = _this select 0 };";
movingEnable=0;
duration=5;
fadeIn="false";
fadeOut="false";
2015-06-02 20:38:12 +00:00
class controls {
class RscTurretDial {
2015-04-07 19:27:04 +00:00
idc=132949;
type=0;
style=128;
font="TahomaB";
colorBackground[]={0,0,0,0.8};
colorText[]={1,1,1,1};
x="SafeZoneX + 0.0025";
y="SafeZoneY + 0.0025";
w=0.10;
h=0.05;
sizeEx=0.03;
text="";
};
};
};
2015-04-06 03:02:34 +00:00
2015-06-02 20:38:12 +00:00
class RscProtractor {
2015-04-07 19:27:04 +00:00
idd=-1;
onLoad="with uiNameSpace do { RscProtractor = _this select 0 };";
movingEnable=0;
duration=60;
fadeIn="false";
fadeOut="false";
2015-06-02 20:38:12 +00:00
class controls {
class RscProtractorBase {
2015-04-07 19:27:04 +00:00
idc=132950;
type=0;
style=48;
font="TahomaB";
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
x="SafeZoneX + 0.001";
y="SafeZoneY + 0.001";
w=0.2;
h=0.2*4/3;
size=0.034;
sizeEx=0.027;
text="";
};
2015-06-02 20:38:12 +00:00
class RscProtractorMarker : RscProtractorBase {
2015-04-07 19:27:04 +00:00
idc=132951;
};
};
};
2015-04-05 19:08:55 +00:00
};