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);
|
|
|
|
|
2024-07-29 17:32:33 +00:00
|
|
|
PREP(dev_ProjectileCamera);
|
|
|
|
|
2016-02-22 14:20:36 +00:00
|
|
|
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);
|
|
|
|
|
2024-06-22 00:28:43 +00:00
|
|
|
//re-enable after feature merge - PREP(shouldFilterRadarHit);
|
2021-04-16 04:29:02 +00:00
|
|
|
|
2016-02-22 14:20:36 +00:00
|
|
|
// Attack Profiles
|
2016-10-12 22:35:24 +00:00
|
|
|
PREP(attackProfile_AIR);
|
2016-02-22 14:20:36 +00:00
|
|
|
PREP(attackProfile_DIR);
|
2016-10-12 22:35:24 +00:00
|
|
|
PREP(attackProfile_LIN);
|
2021-04-13 05:14:22 +00:00
|
|
|
PREP(attackProfile_LOFT);
|
2019-12-17 02:01:30 +00:00
|
|
|
PREP(attackProfile_WIRE);
|
|
|
|
PREP(attackProfile_BEAM);
|
2024-06-22 00:28:43 +00:00
|
|
|
//re-enable after feature merge - PREP(attackProfile_JDAM);
|
2016-02-22 14:20:36 +00:00
|
|
|
|
|
|
|
// Javelin profiles
|
|
|
|
PREP(attackProfile_JAV_DIR);
|
|
|
|
PREP(attackProfile_JAV_TOP);
|
2024-08-23 14:51:55 +00:00
|
|
|
PREP(javelin_midCourseTransition);
|
2016-02-22 14:20:36 +00:00
|
|
|
|
2021-04-10 19:11:20 +00:00
|
|
|
// Navigation Profiles
|
2021-04-13 22:10:39 +00:00
|
|
|
PREP(navigationType_zeroEffortMiss);
|
2021-04-13 20:09:36 +00:00
|
|
|
PREP(navigationType_augmentedProNav);
|
2021-04-10 19:11:20 +00:00
|
|
|
PREP(navigationType_proNav);
|
2021-04-12 05:50:03 +00:00
|
|
|
PREP(navigationType_lineOfSight);
|
2021-04-21 00:11:44 +00:00
|
|
|
PREP(navigationType_line);
|
2021-05-02 02:34:41 +00:00
|
|
|
PREP(navigationType_direct);
|
2021-04-10 19:11:20 +00:00
|
|
|
|
2016-02-22 14:20:36 +00:00
|
|
|
// Seeker search functions
|
|
|
|
PREP(seekerType_SALH);
|
|
|
|
PREP(seekerType_Optic);
|
2019-12-17 02:01:30 +00:00
|
|
|
PREP(seekerType_SACLOS);
|
2024-06-22 00:28:43 +00:00
|
|
|
//re-enable after feature merge - PREP(seekerType_Doppler);
|
2021-04-16 04:29:02 +00:00
|
|
|
PREP(seekerType_MWR);
|
2024-05-28 02:22:16 +00:00
|
|
|
PREP(seekerType_IR);
|
2019-12-17 02:01:30 +00:00
|
|
|
|
|
|
|
// Attack Profiles OnFired
|
|
|
|
PREP(wire_onFired);
|
|
|
|
|
|
|
|
// Seeker OnFired
|
|
|
|
PREP(SACLOS_onFired);
|
2021-04-16 04:29:02 +00:00
|
|
|
PREP(mwr_onFired);
|
2024-05-28 02:22:16 +00:00
|
|
|
PREP(IR_onFired);
|
2021-04-10 19:11:20 +00:00
|
|
|
|
|
|
|
// Navigation OnFired
|
|
|
|
PREP(proNav_onFired);
|
2021-04-21 00:11:44 +00:00
|
|
|
PREP(line_onFired);
|
2021-04-12 05:50:03 +00:00
|
|
|
|