ACE3/addons/missileguidance/functions/fnc_attackProfile_AIR.sqf

23 lines
443 B
Plaintext
Raw Normal View History

2016-10-12 22:35:24 +00:00
/*
* Author: jaynus / nou
* Attack profile: AIR
* TODO: falls back to Linear
*
* Arguments:
* 0: Seeker Target PosASL <ARRAY>
* 1: Guidance Arg Array <ARRAY>
* 2: Seeker State <ARRAY>
*
* Return Value:
* Missile Aim PosASL <ARRAY>
*
* Example:
* [[1,2,3], [], []] call ace_missileguidance_fnc_attackProfile_AIR;
*
* Public: No
*/
// #define DEBUG_MODE_FULL
2016-05-30 16:37:03 +00:00
#include "script_component.hpp"
2016-10-12 22:35:24 +00:00
_this call FUNC(attackProfile_LIN);