|
bool | isEmpty () const |
|
void | clear () |
|
CurrentActionEntry & | top () |
|
CurrentActionEntry & | bottom () |
|
CurrentAction | action () |
|
void | pop () |
|
int | size () const |
|
Common::String | getDebugInfo () const |
|
void | addBack (CurrentAction newAction, uint16 roomNum) |
|
void | addBack (CurrentAction newAction, CharacterScheduleEntry *rec, uint16 roomNum) |
|
void | addBack (Action newAction, uint16 roomNum, uint16 param1, uint16 param2) |
|
void | addFront (CurrentAction newAction, uint16 roomNum) |
|
void | addFront (CurrentAction newAction, CharacterScheduleEntry *rec, uint16 roomNum) |
|
void | addFront (Action newAction, uint16 roomNum, uint16 param1, uint16 param2) |
|
void | saveToStream (Common::WriteStream *stream) const |
|
void | loadFromStream (Common::ReadStream *stream) |
|
void | copyFrom (CurrentActionStack &stack) |
|
The documentation for this class was generated from the following file: