C# Class NScumm.Scumm.IO.ResourceFile6

Inheritance: ResourceFile5
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
ReadRoom ( long offset ) : Room
ReadRoomImage ( Room room ) : void
ResourceFile6 ( Stream stream ) : System

Méthodes protégées

Méthode Description
GetNumGlobalScripts ( ) : int
ReadCDHD ( ) : ObjectData
ReadImageHeader ( ) : ObjectData
ReadNumBoxes ( ) : int
ReadRoomImages ( Room room ) : void
ReadScriptIndex ( ) : int

Private Methods

Méthode Description
ReadPalettes ( ) : IEnumerable
ReadRoomCore ( long offset, long chunkSize ) : Room

Method Details

GetNumGlobalScripts() protected méthode

protected GetNumGlobalScripts ( ) : int
Résultat int

ReadCDHD() protected méthode

protected ReadCDHD ( ) : ObjectData
Résultat ObjectData

ReadImageHeader() protected méthode

protected ReadImageHeader ( ) : ObjectData
Résultat ObjectData

ReadNumBoxes() protected méthode

protected ReadNumBoxes ( ) : int
Résultat int

ReadRoom() public méthode

public ReadRoom ( long offset ) : Room
offset long
Résultat Room

ReadRoomImage() public méthode

public ReadRoomImage ( Room room ) : void
room Room
Résultat void

ReadRoomImages() protected méthode

protected ReadRoomImages ( Room room ) : void
room Room
Résultat void

ReadScriptIndex() protected méthode

protected ReadScriptIndex ( ) : int
Résultat int

ResourceFile6() public méthode

public ResourceFile6 ( Stream stream ) : System
stream Stream
Résultat System