Main namespace for the entire ceStateCore library.
More...
Detailed Description
Main namespace for the entire ceStateCore library.
Typedef Documentation
Abstract base class to define an interface for a state.
State manager class. Inherit from this class and create some states to give your agents FSM functionality.
Function Documentation
Create a new state manager.
- Returns:
- IStateManager A pointer to the new state manager or NULL in case of error.
void ce::DestroyStateManager |
( |
IStateManager ** |
Instance = NULL |
) |
[inline] |
Destroy a state manager.
- Parameters:
-
| Instance | The state manager instance that will be destroyed. |
Variable Documentation
Instance to a null state.