ace_missileguidance_fnc_shouldFilterRadarHit
Description
Whether or not we should filter out this target due to masking. Useful for only doppler radar types
Parameters
Index | Description | Datatype(s) | Default Value |
---|---|---|---|
0 | Target | OBJECT | |
1 | Projectile | OBJECT | |
2 | Minimum speed for doppler return to filter out | NUMBER | |
3 | Minimum time for doppler return to filter out | NUMBER | |
4 | Maximum distance to check for terrain | NUMBER | |
5 | Radar seeker angle | NUMBER |
Return Value
Description | Datatype(s) |
---|---|
Whether or not to filter out this target | BOOL |
Example
[] call call ace_missileguidance_fnc_shouldFilterRadarHit;
Authors
- tcvm