C# Class NScumm.Scumm.IO.ResourceIndex5

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

Méthodes protégées

Méthode Description
LoadIndex ( GameInfo game ) : void
ReadDirectoryOfObjects ( BinaryReader br ) : void
ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]

Private Methods

Méthode Description
ReadMaxSizes ( BinaryReader reader ) : void
ToTag ( byte data ) : string

Method Details

LoadIndex() protected méthode

protected LoadIndex ( GameInfo game ) : void
game GameInfo
Résultat void

ReadDirectoryOfObjects() protected méthode

protected ReadDirectoryOfObjects ( BinaryReader br ) : void
br System.IO.BinaryReader
Résultat void

ReadResTypeList() protected méthode

protected ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]
br System.IO.BinaryReader
Résultat NScumm.Scumm.IO.Resource[]