ACE3/addons/missileguidance/XEH_pre_init.sqf
2015-04-12 13:02:09 -07:00

26 lines
497 B
Plaintext

#include "script_component.hpp"
PREP(rotateVectLineGetMap);
PREP(rotateVectLine);
PREP(checkSeekerAngle);
PREP(checkLos);
PREP(fired);
PREP(guidancePFH);
PREP(doAttackProfile);
PREP(doSeekerSearch);
// Attack Profiles
PREP(attackProfile_LIN);
PREP(attackProfile_DIR);
PREP(attackProfile_MID);
PREP(attackProfile_HI);
PREP(attackProfile_TOP);
PREP(attackprofile_PYM);
PREP(attackProfile_AIR);
// Seeker search functions
PREP(seekerType_SALH);
PREP(seekerType_Optic);