Public Member Functions | |
Module (PinkEngine *game, const Common::String &name) | |
void | loadState (Archive &archive) |
void | saveState (Archive &archive) |
void | load (Archive &archive) override |
void | init (bool isLoadingSave, const Common::String &pageName) |
void | changePage (const Common::String &pageName) |
PinkEngine * | getGame () const |
InventoryMgr * | getInventoryMgr () |
const InventoryMgr * | getInventoryMgr () const |
bool | checkValueOfVariable (const Common::String &variable, const Common::String &value) const |
void | setVariable (Common::String &variable, Common::String &value) |
GamePage * | getPage () |
const GamePage * | getPage () 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 | toConsole () const |
Additional Inherited Members | |
Protected Attributes inherited from Pink::NamedObject | |
Common::String | _name |