ACE3/addons/missileguidance/XEH_pre_init.sqf

24 lines
465 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
PREP(rotateVectLineGetMap);
PREP(rotateVectLine);
PREP(translateToModelSpace);
PREP(translateToWeaponSpace);
PREP(fired);
2015-04-08 15:01:39 +00:00
PREP(guidancePFH);
PREP(doAttackProfile);
PREP(doSeekerSearch);
// Attack Profiles
PREP(attackProfile_LIN);
PREP(attackProfile_DIR);
PREP(attackProfile_MID);
PREP(attackProfile_HI);
PREP(attackProfile_TOP);
2015-04-08 21:31:44 +00:00
PREP(attackprofile_PYM);
// Seeker search functions
PREP(seekerType_SALH);