ScummVM API documentation
Macs2::Scenes Class Reference
Inheritance diagram for Macs2::Scenes:
Common::Singleton< Scenes > Common::NonCopyable

Public Member Functions

class Common::MemoryReadStreamreadSceneScript (uint16 sceneIndex, Common::MemoryReadStream *fileStream)
 
Common::Array< uint32 > readSpecialAnimsOffsets (uint16 sceneIndex, Common::MemoryReadStream *fileStream)
 
class Common::MemoryReadStreamreadSceneStrings (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
 

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