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