|
WSF
|
#include "WsfScriptThreatProcessorClass.hpp"#include <set>#include "UtMemory.hpp"#include "WsfThreatProcessor.hpp"
Functions | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptThreatProcessorClass, WsfThreatProcessor, Threats, 0, "Array<WsfTrackId>", "") | |
| Returns an array of track ids for tracks that are a threat to this platform. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptThreatProcessorClass, WsfThreatProcessor, IsThreatening, 1, "bool", "WsfTrack") | |
| Returns true or false depending on if the track is threatening to this platform. | |
| UT_DEFINE_SCRIPT_METHOD (WsfScriptThreatProcessorClass, WsfThreatProcessor, NearestThreat, 0, "WsfTrack", "") | |
| Returns nearest track that is threat to this platform. | |
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptThreatProcessorClass | , |
| WsfThreatProcessor | , | ||
| IsThreatening | , | ||
| 1 | , | ||
| "bool" | , | ||
| "WsfTrack" | ) |
Returns true or false depending on if the track is threatening to this platform.
References trackPtr.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptThreatProcessorClass | , |
| WsfThreatProcessor | , | ||
| NearestThreat | , | ||
| 0 | , | ||
| "WsfTrack" | , | ||
| "" | ) |
Returns nearest track that is threat to this platform.
| UT_DEFINE_SCRIPT_METHOD | ( | WsfScriptThreatProcessorClass | , |
| WsfThreatProcessor | , | ||
| Threats | , | ||
| 0 | , | ||
| "Array<WsfTrackId>" | , | ||
| "" | ) |
Returns an array of track ids for tracks that are a threat to this platform.
References classPtr.