#include "..\script_component.hpp"
/*
 * Author: jaynus / nou
 * Attack profile: HI
 * TODO: falls back to Linear
 *
 * Arguments:
 * 0: Seeker Target PosASL <ARRAY>
 * 1: Guidance Arg Array <ARRAY>
 * 2: Attack Profile State <ARRAY>
 *
 * Return Value:
 * Missile Aim PosASL <ARRAY>
 *
 * Example:
 * [[1,2,3], [], []] call ace_missileguidance_fnc_attackProfile_HI;
 *
 * Public: No
 */

_this call FUNC(attackProfile_LIN);