C# Class NScumm.Scumm.IO.ResourceIndex3

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

Protected Methods

Method Description
GetEncodingByte ( GameInfo game ) : byte
LoadIndex ( GameInfo game ) : void
ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]
ReadRoomNames ( BinaryReader reader ) : void

Method Details

GetEncodingByte() protected method

protected GetEncodingByte ( GameInfo game ) : byte
game GameInfo
return byte

LoadIndex() protected method

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

ReadResTypeList() protected method

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

ReadRoomNames() protected method

protected ReadRoomNames ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void