mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
23 lines
453 B
Plaintext
23 lines
453 B
Plaintext
#include "script_component.hpp"
|
|
|
|
PREP(rotateVectLineGetMap);
|
|
PREP(rotateVectLine);
|
|
|
|
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); |