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

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

보호된 프로퍼티들

프로퍼티 타입 설명
numArray int
numBitVariables int
numGlobalScripts int
numInventory int
numLocalObjects int
numVariables int
numVerbs int
objectRoomTable byte[]

보호된 메소드들

메소드 설명
LoadIndex ( GameInfo game ) : void
ReadDirectoryOfObjects ( BinaryReader br ) : void
ReadMaxSizes ( BinaryReader reader ) : void

메소드 상세

LoadIndex() 보호된 메소드

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

ReadDirectoryOfObjects() 보호된 메소드

protected ReadDirectoryOfObjects ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

ReadMaxSizes() 보호된 메소드

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

프로퍼티 상세

numArray 보호되어 있는 프로퍼티

protected int numArray
리턴 int

numBitVariables 보호되어 있는 프로퍼티

protected int numBitVariables
리턴 int

numGlobalScripts 보호되어 있는 프로퍼티

protected int numGlobalScripts
리턴 int

numInventory 보호되어 있는 프로퍼티

protected int numInventory
리턴 int

numLocalObjects 보호되어 있는 프로퍼티

protected int numLocalObjects
리턴 int

numVariables 보호되어 있는 프로퍼티

protected int numVariables
리턴 int

numVerbs 보호되어 있는 프로퍼티

protected int numVerbs
리턴 int

objectRoomTable 보호되어 있는 프로퍼티

protected byte[] objectRoomTable
리턴 byte[]