C# Class NScumm.Scumm.IO.ResourceIndex3_16

Inheritance: ResourceIndex
Exibir arquivo Open project: scemino/nscumm Class Usage Examples

Protected Methods

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

Private Methods

Method Description
ReadRoomResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]
ToOffset ( ushort offset ) : uint

Method Details

LoadIndex() protected method

protected LoadIndex ( GameInfo game ) : void
game GameInfo
return void

ReadDirectoryOfObjects() protected method

protected ReadDirectoryOfObjects ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

ReadResTypeList() protected method

protected ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]
br System.IO.BinaryReader
return NScumm.Scumm.IO.Resource[]