Public Member Functions | |
| void | deserialize (Archive &archive) override |
| void | toConsole () const override |
| void | start () override |
| void | end () override |
| void | draw (Graphics::ManagedSurface *surface) |
| Common::Rect | getBound () |
Public Member Functions inherited from Pink::Action | |
| virtual bool | initPalette (Screen *screen) |
| virtual void | pause (bool paused) |
| virtual Coordinates | getCoordinates () |
| Actor * | getActor () const |
Public Member Functions inherited from Pink::NamedObject | |
| NamedObject (const Common::String &name) | |
| void | deserialize (Archive &archive) override |
| const Common::String & | getName () const |
Public Member Functions inherited from Pink::Object | |
| virtual void | load (Archive &) |
Additional Inherited Members | |
Protected Attributes inherited from Pink::Action | |
| Actor * | _actor |
Protected Attributes inherited from Pink::NamedObject | |
| Common::String | _name |