Public Member Functions | |
| class Common::MemoryReadStream * | readSceneScript (uint16 sceneIndex, Common::MemoryReadStream *fileStream) |
| Common::Array< uint32 > | readSpecialAnimsOffsets (uint16 sceneIndex, Common::MemoryReadStream *fileStream) |
| class Common::MemoryReadStream * | readSceneStrings (uint16 sceneIndex, Common::MemoryReadStream *fileStream) |
| Common::Array< uint8 > | readSpecialAnimBlob (uint16 index, Common::MemoryReadStream *fileStream) |
Public Attributes | |
| Common::Array< Scene > | _scenes |
| int | _currentSceneIndex |
| int | _lastSceneIndex |
| int | _currentActorIndex |
| class Common::MemoryReadStream * | _currentSceneScript |
| class Common::MemoryReadStream * | _currentSceneStrings |
| Common::Array< uint32 > | _currentSceneSpecialAnimOffsets |
Additional Inherited Members | |
Static Public Member Functions inherited from Common::Singleton< Scenes > | |
| static bool | hasInstance () |
| static Scenes & | instance () |
| static void | destroy () |
Protected Types inherited from Common::Singleton< Scenes > | |
| typedef Scenes | SingletonBaseType |
Static Protected Attributes inherited from Common::Singleton< Scenes > | |
| static Scenes * | _singleton |