|
bool | load (const Common::String &filename, ResourceManager *resourceManager, Decompressor *decompressor) |
|
bool | loadRestart (const Common::String &filename, ResourceManager *resourceManager, Decompressor *decompressor) |
|
void | loadGameStateFromFile (Common::SeekableReadStream *file, const Common::String &filename) |
|
bool | parse (Common::SeekableReadStream *s) override |
|
bool | parseInf (Common::SeekableReadStream *s) |
|
const Common::String & | getIconFile () const |
|
bool | readPerSceneGlobals (Common::SeekableReadStream *s) |
|
Common::String | dump (const Common::String &indent) const |
|
void | runStartGameOps () |
|
void | runQuitGameOps () |
|
void | runChangeSceneOps () |
|
void | globalOps (const Common::Array< uint16 > &args) |
|
int16 | getGlobal (uint16 num) const |
|
int16 | setGlobal (uint16 num, int16 val) |
|
const Common::Array< MouseCursor > & | getCursorList () const |
|
void | drawItems (Graphics::ManagedSurface &surf) |
|
Common::Array< GameItem > & | getGameItems () |
|
int | countItemsInInventory () const |
|
const Common::Array< ObjectInteraction > & | getObjInteractions1 () const |
|
const Common::Array< ObjectInteraction > & | getObjInteractions2 () const |
|
Common::Error | syncState (Common::Serializer &s) override |
|
void | initIconSizes () |
|
GameItem * | getActiveItem () |
|
int16 | getDefaultMouseCursor () const |
|
int16 | getDefaultMouseCursor2 () const |
|
int16 | getOtherDefaultMouseCursor () const |
|
uint16 | getInvIconNum () const |
|
int16 | getInvIconMouseCursor () const |
|
bool | isVersionOver (const char *version) const |
|
bool | isVersionUnder (const char *version) const |
|
uint32 | getMagic () const |
|
const Common::String & | getVersion () const |
|
bool | runPreTickOps () |
|
bool | runPostTickOps () |
|