ScummVM API documentation
Pink::Module Class Reference
Inheritance diagram for Pink::Module:
Pink::NamedObject Pink::Object

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)
 
PinkEnginegetGame () const
 
InventoryMgrgetInventoryMgr ()
 
const InventoryMgrgetInventoryMgr () const
 
bool checkValueOfVariable (const Common::String &variable, const Common::String &value) const
 
void setVariable (Common::String &variable, Common::String &value)
 
GamePagegetPage ()
 
const GamePagegetPage () const
 
- Public Member Functions inherited from Pink::NamedObject
 NamedObject (const Common::String &name)
 
void deserialize (Archive &archive) override
 
const Common::StringgetName () const
 
- Public Member Functions inherited from Pink::Object
virtual void toConsole () const
 

Additional Inherited Members

- Protected Attributes inherited from Pink::NamedObject
Common::String _name
 

The documentation for this class was generated from the following file: