![]() |
Public API 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>
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. | |
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.
| 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.