mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix preps
This commit is contained in:
parent
8efa654508
commit
3d3c71b5da
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -10,7 +10,7 @@
|
||||
* None
|
||||
*
|
||||
* Example:
|
||||
* [] call ace_missileguidance_fnc_mwr_onFired
|
||||
* [] call ace_missileguidance_fnc_doppler_onFired
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
|
@ -11,7 +11,7 @@
|
||||
* Seeker Pos <ARRAY>
|
||||
*
|
||||
* Example:
|
||||
* [] call call ace_missileguidance_fnc_seekerType_MWR;
|
||||
* [] call call ace_missileguidance_fnc_seekerType_Doppler;
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user