2017-06-02 21:51:38 +00:00
|
|
|
class EGVAR(missileguidance,AttackProfiles) {
|
2017-09-16 19:24:43 +00:00
|
|
|
class hellfire {
|
2017-06-02 21:51:38 +00:00
|
|
|
name = "LOAL-DIR";
|
|
|
|
nameLocked = "LOBL";
|
|
|
|
functionName = QFUNC(attackProfile);
|
|
|
|
GVAR(launchHeightClear) = 0;
|
|
|
|
};
|
|
|
|
class hellfire_hi: hellfire {
|
|
|
|
name = "LOAL-HI";
|
2017-09-16 19:24:43 +00:00
|
|
|
nameLocked = "LOAL-HI";
|
2017-06-02 21:51:38 +00:00
|
|
|
GVAR(launchHeightClear) = 304.8; // clear 1000 ft by 1500m
|
|
|
|
};
|
|
|
|
class hellfire_lo: hellfire_hi {
|
|
|
|
name = "LOAL-LO";
|
2017-09-16 19:24:43 +00:00
|
|
|
nameLocked = "LOAL-LO";
|
2017-06-02 21:51:38 +00:00
|
|
|
GVAR(launchHeightClear) = 91.5; // clear 300 ft by 600m
|
|
|
|
};
|
|
|
|
};
|