Public Attributes | |
int | _state |
Public Attributes inherited from TsAGE::Action | |
EventHandler * | _owner |
int | _actionIndex |
int | _delayFrames |
uint32 | _startFrame |
bool | _attached |
EventHandler * | _endHandler |
Public Attributes inherited from TsAGE::EventHandler | |
Action * | _action |
Additional Inherited Members | |
Public Member Functions inherited from TsAGE::Action | |
void | synchronize (Serializer &s) override |
Common::String | getClassName () override |
void | remove () override |
void | process (Event &event) override |
void | dispatch () override |
virtual void | attached (EventHandler *newOwner, EventHandler *endHandler, va_list va) |
void | attach (EventHandler *newOwner, EventHandler *endHandler,...) |
int | getActionIndex () const |
void | setActionIndex (int index) |
void | setDelay (int numFrames) |
Public Member Functions inherited from TsAGE::EventHandler | |
virtual void | postInit (SceneObjectList *OwnerList=NULL) |
virtual void | signal () |
virtual void | setAction (Action *action) |
virtual void | setAction (Action *action, EventHandler *endHandler,...) |
virtual void | destroy () |
Public Member Functions inherited from TsAGE::SavedObject | |
void | synchronize (Serializer &s) override |
Static Public Member Functions inherited from TsAGE::SavedObject | |
static SavedObject * | createInstance (const Common::String &className) |