Public Member Functions | |
| Sequencer (GamePage *page) | |
| void | toConsole () const override |
| void | deserialize (Archive &archive) override |
| void | loadState (Archive &archive) |
| void | saveState (Archive &archive) |
| bool | isPlaying () |
| bool | isSkipping () |
| void | update () |
| void | authorSequence (Sequence *sequence, bool loadingSave) |
| void | authorParallelSequence (Sequence *sequence, bool loadingSave) |
| void | skipSubSequence () |
| void | restartSequence () |
| void | skipSequence () |
| void | removeContext (SequenceContext *context) |
| SequenceContext * | findConflictingContextWith (SequenceContext *context) |
| Sequence * | findSequence (const Common::String &name) |
| SequenceActorState * | findState (const Common::String &name) |
| GamePage * | getPage () const |
Public Member Functions inherited from Pink::Object | |
| virtual void | load (Archive &) |