|
WSF
|
Functions | |
| if (targetIndex !=0) | |
| aReturnVal | SetBool (believedAlive) |
| aReturnVal | SetBool (believedDead) |
| UT_DEFINE_SCRIPT_METHOD_EXT (WsfTrack, TargetKilled, 0, "bool", "") | |
| Uses truth knowledge to report whether or not the target of the track is dead or deleted. | |
Variables | |
| size_t | targetIndex = aObjectPtr->GetTargetIndex() |
| WsfTrackScriptMethods::if | ( | targetIndex ! | = 0 | ) |
References WsfPlatform::IsBroken(), WsfPlatform::IsDeleted(), SIMULATION, and targetIndex.
| aReturnVal WsfTrackScriptMethods::SetBool | ( | believedAlive | ) |
| aReturnVal WsfTrackScriptMethods::SetBool | ( | believedDead | ) |
| WsfTrackScriptMethods::UT_DEFINE_SCRIPT_METHOD_EXT | ( | WsfTrack | , |
| TargetKilled | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |
Uses truth knowledge to report whether or not the target of the track is dead or deleted.
References platformPtr, and SIMULATION.
| size_t WsfTrackScriptMethods::targetIndex = aObjectPtr->GetTargetIndex() |
Referenced by if().