mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
78a55d4436
* Generic cycle attack profile key for missile guidance * Add hint for weapons without huds * Fix Korean strings * Cleanup
33 lines
562 B
C++
33 lines
562 B
C++
LOG("prep");
|
|
PREP(cycleAttackProfileKeyDown);
|
|
|
|
PREP(changeMissileDirection);
|
|
|
|
PREP(checkSeekerAngle);
|
|
PREP(checkLos);
|
|
|
|
PREP(onFired);
|
|
PREP(onIncomingMissile);
|
|
|
|
PREP(guidancePFH);
|
|
PREP(doAttackProfile);
|
|
PREP(doSeekerSearch);
|
|
|
|
PREP(doHandoff);
|
|
PREP(handleHandoff);
|
|
|
|
// Attack Profiles
|
|
PREP(attackProfile_AIR);
|
|
PREP(attackProfile_DIR);
|
|
PREP(attackProfile_HI);
|
|
PREP(attackProfile_LIN);
|
|
PREP(attackProfile_MID);
|
|
|
|
// Javelin profiles
|
|
PREP(attackProfile_JAV_DIR);
|
|
PREP(attackProfile_JAV_TOP);
|
|
|
|
// Seeker search functions
|
|
PREP(seekerType_SALH);
|
|
PREP(seekerType_Optic);
|