iParameterCheckCondition Struct Reference
This interface is implemented by the leaf iBTNode that checks whether or not a parameter is equal to a given value. More...
#include <tools/behaviourtree.h>
Inheritance diagram for iParameterCheckCondition:

Public Member Functions | |
| virtual void | SetParameter (const char *parameter)=0 |
| Set the parameter to be checked by this node. | |
| virtual void | SetValue (const char *value)=0 |
| Set the value that will be checked against the parameter. | |
Detailed Description
This interface is implemented by the leaf iBTNode that checks whether or not a parameter is equal to a given value.
Definition at line 99 of file behaviourtree.h.
Member Function Documentation
| virtual void iParameterCheckCondition::SetParameter | ( | const char * | parameter | ) | [pure virtual] |
Set the parameter to be checked by this node.
| virtual void iParameterCheckCondition::SetValue | ( | const char * | value | ) | [pure virtual] |
Set the value that will be checked against the parameter.
The documentation for this struct was generated from the following file:
- tools/behaviourtree.h
Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.6.1
