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

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

공개 메소드들

메소드 설명
GetResourceOffset ( byte res ) : int
GetRoomDisk ( byte res ) : int

보호된 메소드들

메소드 설명
LoadIndex ( GameInfo game ) : void
ReadResTypeList ( BinaryReader br, int numEntries = null ) : NScumm.Scumm.IO.Resource[]

비공개 메소드들

메소드 설명
ToOffset ( ushort offset ) : uint

메소드 상세

GetResourceOffset() 공개 메소드

public GetResourceOffset ( byte res ) : int
res byte
리턴 int

GetRoomDisk() 공개 메소드

public GetRoomDisk ( byte res ) : int
res byte
리턴 int

LoadIndex() 보호된 메소드

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

ReadResTypeList() 보호된 메소드

protected ReadResTypeList ( BinaryReader br, int numEntries = null ) : NScumm.Scumm.IO.Resource[]
br System.IO.BinaryReader
numEntries int
리턴 NScumm.Scumm.IO.Resource[]