C# Class NScumm.Scumm.IO.ResourceIndex7

Inheritance: ResourceIndex6
Mostra file Open project: scemino/nscumm Class Usage Examples

Protected Properties

Property Type Description
numArray int
numBitVariables int
numGlobalScripts int
numInventory int
numLocalObjects int
numVariables int
numVerbs int
objectRoomTable byte[]

Protected Methods

Method Description
LoadIndex ( GameInfo game ) : void
ReadDirectoryOfObjects ( BinaryReader br ) : void
ReadMaxSizes ( BinaryReader reader ) : void

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

ReadMaxSizes() protected method

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

Property Details

numArray protected_oe property

protected int numArray
return int

numBitVariables protected_oe property

protected int numBitVariables
return int

numGlobalScripts protected_oe property

protected int numGlobalScripts
return int

numInventory protected_oe property

protected int numInventory
return int

numLocalObjects protected_oe property

protected int numLocalObjects
return int

numVariables protected_oe property

protected int numVariables
return int

numVerbs protected_oe property

protected int numVerbs
return int

objectRoomTable protected_oe property

protected byte[] objectRoomTable
return byte[]