/* * Author: jaynus / nou * Attack profile: MID * TODO: falls back to Linear * * Arguments: * 0: Seeker Target PosASL * 1: Guidance Arg Array * 2: Attack Profile State * * Return Value: * Missile Aim PosASL * * Example: * [[1,2,3], [], []] call ace_missileguidance_fnc_attackProfile_MID; * * Public: No */ // #define DEBUG_MODE_FULL #include "script_component.hpp" _this call FUNC(attackProfile_LIN);