ACE3/addons/missileguidance/functions/fnc_attackProfile_DIR.sqf
Bailey Danyluk bcd753f0d5 Change name
2022-06-02 20:36:46 -06:00

23 lines
444 B
Plaintext

#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Attack profile: DIR
* Returns target position with no modifications
*
* 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_DIR;
*
* Public: No
*/
params ["_seekerTargetPos"];
_seekerTargetPos