2015-01-11 18:24:19 +00:00
|
|
|
#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);
|
|
|
|
|
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);
|
|
|
|
PREP(attackProfile_TOP);
|
2015-04-08 21:31:44 +00:00
|
|
|
PREP(attackprofile_PYM);
|
2015-04-08 20:45:43 +00:00
|
|
|
|
|
|
|
// Seeker search functions
|
|
|
|
PREP(seekerType_SALH);
|