![]() |
VR-Forces 4.0.4 Class Documentation
|
Contains the DtDestroyedPredicate class declaration. More...

Public Member Functions | |
| DtDestroyedPredicate (bool negate=false) | |
| default constructor | |
| virtual | ~DtDestroyedPredicate () |
| destructor | |
| DtDestroyedPredicate (const DtDestroyedPredicate &orig) | |
| copy constructor | |
| DtDestroyedPredicate & | operator= (const DtDestroyedPredicate &orig) |
| assignment operator | |
| virtual DtVrfObjectPredicate * | clone () const |
| clone function | |
Protected Member Functions | |
| virtual bool | eval (const DtVrfObject *object) |
| The actual test this predicate performs. | |
Contains the DtDestroyedPredicate class declaration.
Instances of DtDestroyedPredicate can be used to evaluate if an entity's damage appearance is DtDamageDestroyed.
| DtDestroyedPredicate::DtDestroyedPredicate | ( | bool | negate = false | ) |
default constructor
| virtual DtDestroyedPredicate::~DtDestroyedPredicate | ( | ) | [virtual] |
destructor
| DtDestroyedPredicate::DtDestroyedPredicate | ( | const DtDestroyedPredicate & | orig | ) |
copy constructor
| DtDestroyedPredicate& DtDestroyedPredicate::operator= | ( | const DtDestroyedPredicate & | orig | ) |
assignment operator
| virtual DtVrfObjectPredicate* DtDestroyedPredicate::clone | ( | ) | const [virtual] |
clone function
Implements DtVrfObjectPredicate.
| virtual bool DtDestroyedPredicate::eval | ( | const DtVrfObject * | object | ) | [protected, virtual] |
The actual test this predicate performs.
Implements DtVrfObjectPredicate.