2015-01-11 18:24:19 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
PREP(rotateVectLineGetMap);
|
|
|
|
PREP(rotateVectLine);
|
2015-04-14 16:36:39 +00:00
|
|
|
PREP(changeMissileDirection);
|
2015-01-11 18:24:19 +00:00
|
|
|
|
2015-04-12 19:16:26 +00:00
|
|
|
PREP(checkSeekerAngle);
|
2015-04-12 20:02:09 +00:00
|
|
|
PREP(checkLos);
|
2015-04-12 19:16:26 +00:00
|
|
|
|
2015-04-15 01:25:02 +00:00
|
|
|
PREP(onFired);
|
|
|
|
PREP(onIncomingMissile);
|
2015-01-11 18:24:19 +00:00
|
|
|
|
2015-04-08 15:01:39 +00:00
|
|
|
PREP(guidancePFH);
|
|
|
|
PREP(doAttackProfile);
|
|
|
|
PREP(doSeekerSearch);
|
|
|
|
|
2015-04-16 16:35:21 +00:00
|
|
|
PREP(doHandoff);
|
|
|
|
PREP(handleHandoff);
|
|
|
|
|
2015-04-08 20:45:43 +00:00
|
|
|
// Attack Profiles
|
|
|
|
PREP(attackProfile_LIN);
|
2015-04-08 20:57:08 +00:00
|
|
|
PREP(attackProfile_DIR);
|
|
|
|
PREP(attackProfile_MID);
|
|
|
|
PREP(attackProfile_HI);
|
2015-04-10 19:40:58 +00:00
|
|
|
PREP(attackProfile_AIR);
|
2015-04-08 20:45:43 +00:00
|
|
|
|
2015-04-14 17:25:08 +00:00
|
|
|
// Javelin profiles
|
|
|
|
PREP(attackProfile_JAV_DIR);
|
|
|
|
PREP(attackProfile_JAV_TOP);
|
|
|
|
|
2015-04-08 20:45:43 +00:00
|
|
|
// Seeker search functions
|
2015-04-09 02:51:21 +00:00
|
|
|
PREP(seekerType_SALH);
|
|
|
|
PREP(seekerType_Optic);
|