mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
33 lines
566 B
C++
33 lines
566 B
C++
|
|
||
|
PREP(rotateVectLineGetMap);
|
||
|
PREP(rotateVectLine);
|
||
|
PREP(changeMissileDirection);
|
||
|
|
||
|
PREP(checkSeekerAngle);
|
||
|
PREP(checkLos);
|
||
|
|
||
|
PREP(onFired);
|
||
|
PREP(onIncomingMissile);
|
||
|
|
||
|
PREP(guidancePFH);
|
||
|
PREP(doAttackProfile);
|
||
|
PREP(doSeekerSearch);
|
||
|
|
||
|
PREP(doHandoff);
|
||
|
PREP(handleHandoff);
|
||
|
|
||
|
// Attack Profiles
|
||
|
PREP(attackProfile_LIN);
|
||
|
PREP(attackProfile_DIR);
|
||
|
PREP(attackProfile_MID);
|
||
|
PREP(attackProfile_HI);
|
||
|
PREP(attackProfile_AIR);
|
||
|
|
||
|
// Javelin profiles
|
||
|
PREP(attackProfile_JAV_DIR);
|
||
|
PREP(attackProfile_JAV_TOP);
|
||
|
|
||
|
// Seeker search functions
|
||
|
PREP(seekerType_SALH);
|
||
|
PREP(seekerType_Optic);
|