Fix preps

This commit is contained in:
PabstMirror 2024-08-23 10:48:06 -05:00
parent 8efa654508
commit 3d3c71b5da
4 changed files with 4 additions and 12 deletions

View File

@ -2,11 +2,3 @@ ace_aim120
===================
Adds AIM-120, AIM-132, and R-77 AHR missiles
## Maintainers
The people responsible for merging changes to this component or answering potential questions.
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -18,7 +18,7 @@ PREP(doSeekerSearch);
PREP(doHandoff);
PREP(handleHandoff);
//re-enable after feature merge - PREP(shouldFilterRadarHit);
PREP(shouldFilterRadarHit);
// Attack Profiles
PREP(attackProfile_AIR);
@ -46,7 +46,7 @@ PREP(navigationType_direct);
PREP(seekerType_SALH);
PREP(seekerType_Optic);
PREP(seekerType_SACLOS);
//re-enable after feature merge - PREP(seekerType_Doppler);
PREP(seekerType_Doppler);
PREP(seekerType_MWR);
// Attack Profiles OnFired

View File

@ -10,7 +10,7 @@
* None
*
* Example:
* [] call ace_missileguidance_fnc_mwr_onFired
* [] call ace_missileguidance_fnc_doppler_onFired
*
* Public: No
*/

View File

@ -11,7 +11,7 @@
* Seeker Pos <ARRAY>
*
* Example:
* [] call call ace_missileguidance_fnc_seekerType_MWR;
* [] call call ace_missileguidance_fnc_seekerType_Doppler;
*
* Public: No
*/