Public Member Functions | |
| AITwoChildrenCondition (AICondition *, AICondition *) | |
| void | writeAICondition (Common::WriteStream *) override |
| void | readAICondition (Common::ReadStream *) override |
Public Member Functions inherited from Pegasus::AICondition | |
| virtual bool | fireCondition ()=0 |
Protected Attributes | |
| AICondition * | _leftChild |
| AICondition * | _rightChild |