C# 클래스 NScumm.Scumm.IO.ResourceIndex3

상속: ResourceIndex3_16
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

보호된 메소드들

메소드 설명
GetEncodingByte ( GameInfo game ) : byte
LoadIndex ( GameInfo game ) : void
ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]
ReadRoomNames ( BinaryReader reader ) : void

메소드 상세

GetEncodingByte() 보호된 메소드

protected GetEncodingByte ( GameInfo game ) : byte
game GameInfo
리턴 byte

LoadIndex() 보호된 메소드

protected LoadIndex ( GameInfo game ) : void
game GameInfo
리턴 void

ReadResTypeList() 보호된 메소드

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

ReadRoomNames() 보호된 메소드

protected ReadRoomNames ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void