#include <action.h>
Public Methods | |
TActionSequencer (const bool client) | |
~TActionSequencer () | |
bool | isInClientMode () const |
void | clear () |
bool | addAction (TAction *action) |
bool | runSequence () |
bool | saveLists (ofstream &out) const |
Private Types | |
typedef map< TObjectID, TPList< TAction > > | tActionTable |
Private Attributes | |
bool | ClientMode |
tActionTable | ActionLists |
|
|