#include <CommonBasicBehaviors.h>
Inheritance diagram for CommonBasicBehaviors:


Public Member Functions | |
| CommonBasicBehaviors (const BehaviorControlInterfaces &interfaces, Xabsl2ErrorHandler &errorHandler) | |
| Constructor. | |
| void | registerBasicBehaviors (Xabsl2Engine &engine) |
| Registers basic behaviors at the engine. | |
Private Attributes | |
| Xabsl2ErrorHandler & | errorHandler |
| Is invoked when errors occurs. | |
Basic Behaviors | |
| BasicBehaviorDoNothing | basicBehaviorDoNothing |
| BasicBehaviorPlayDead | basicBehaviorPlayDead |
| BasicBehaviorShutdown | basicBehaviorShutdown |
| BasicBehaviorSpecialAction | basicBehaviorSpecialAction |
| BasicBehaviorStand | basicBehaviorStand |
| BasicBehaviorWalk | basicBehaviorWalk |
Definition at line 195 of file CommonBasicBehaviors.h.
|
||||||||||||
|
Constructor.
Definition at line 201 of file CommonBasicBehaviors.h. References basicBehaviorDoNothing, basicBehaviorPlayDead, basicBehaviorShutdown, basicBehaviorSpecialAction, basicBehaviorStand, and basicBehaviorWalk. |
|
|
Registers basic behaviors at the engine.
Definition at line 14 of file CommonBasicBehaviors.cpp. References basicBehaviorDoNothing, basicBehaviorPlayDead, basicBehaviorShutdown, basicBehaviorSpecialAction, basicBehaviorStand, basicBehaviorWalk, and Xabsl2Engine::registerBasicBehavior(). Referenced by GT2004BehaviorControl::registerSymbolsAndBasicBehaviors(). |
Here is the call graph for this function:

|
|
Is invoked when errors occurs.
Definition at line 218 of file CommonBasicBehaviors.h. |
|
|
Definition at line 222 of file CommonBasicBehaviors.h. Referenced by CommonBasicBehaviors(), and registerBasicBehaviors(). |
|
|
Definition at line 223 of file CommonBasicBehaviors.h. Referenced by CommonBasicBehaviors(), and registerBasicBehaviors(). |
|
|
Definition at line 224 of file CommonBasicBehaviors.h. Referenced by CommonBasicBehaviors(), and registerBasicBehaviors(). |
|
|
Definition at line 225 of file CommonBasicBehaviors.h. Referenced by CommonBasicBehaviors(), and registerBasicBehaviors(). |
|
|
Definition at line 226 of file CommonBasicBehaviors.h. Referenced by CommonBasicBehaviors(), and registerBasicBehaviors(). |
|
|
Definition at line 227 of file CommonBasicBehaviors.h. Referenced by CommonBasicBehaviors(), and registerBasicBehaviors(). |
1.3.6