2017-02-10 19:01:17 +00:00
|
|
|
LOG("prep");
|
|
|
|
PREP(cycleAttackProfileKeyDown);
|
2016-02-22 14:20:36 +00:00
|
|
|
|
|
|
|
PREP(changeMissileDirection);
|
|
|
|
|
|
|
|
PREP(checkSeekerAngle);
|
|
|
|
PREP(checkLos);
|
|
|
|
|
|
|
|
PREP(onFired);
|
|
|
|
PREP(onIncomingMissile);
|
|
|
|
|
|
|
|
PREP(guidancePFH);
|
2019-12-17 02:01:30 +00:00
|
|
|
PREP(doAttackProfile);
|
2016-02-22 14:20:36 +00:00
|
|
|
PREP(doSeekerSearch);
|
|
|
|
|
|
|
|
PREP(doHandoff);
|
|
|
|
PREP(handleHandoff);
|
|
|
|
|
|
|
|
// Attack Profiles
|
2016-10-12 22:35:24 +00:00
|
|
|
PREP(attackProfile_AIR);
|
2016-02-22 14:20:36 +00:00
|
|
|
PREP(attackProfile_DIR);
|
|
|
|
PREP(attackProfile_HI);
|
2016-10-12 22:35:24 +00:00
|
|
|
PREP(attackProfile_LIN);
|
|
|
|
PREP(attackProfile_MID);
|
2019-12-17 02:01:30 +00:00
|
|
|
PREP(attackProfile_WIRE);
|
|
|
|
PREP(attackProfile_BEAM);
|
2016-02-22 14:20:36 +00:00
|
|
|
|
|
|
|
// Javelin profiles
|
|
|
|
PREP(attackProfile_JAV_DIR);
|
|
|
|
PREP(attackProfile_JAV_TOP);
|
|
|
|
|
|
|
|
// Seeker search functions
|
|
|
|
PREP(seekerType_SALH);
|
|
|
|
PREP(seekerType_Optic);
|
2019-12-17 02:01:30 +00:00
|
|
|
PREP(seekerType_SACLOS);
|
2019-12-30 18:29:08 +00:00
|
|
|
PREP(seekerType_ARH);
|
2019-12-17 02:01:30 +00:00
|
|
|
|
|
|
|
// Attack Profiles OnFired
|
|
|
|
PREP(wire_onFired);
|
|
|
|
|
|
|
|
// Seeker OnFired
|
|
|
|
PREP(SACLOS_onFired);
|
2019-12-30 18:29:08 +00:00
|
|
|
PREP(ahr_onFired);
|