C# Class HaloMap.Map.MapHeaderInfo

The map header info.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
combinedSize int
fileCount int
fileNamesSize int
fileSize int
indexOffset int
mapName string
mapType MapTypes
metaSize int
metaStart int
offsetToCrazy int
offsetToStringIndex int
offsetToStringNames1 int
offsetToStringNames2 int
offsetTofileIndex int
offsetTofileNames int
scenarioPath string
scriptReferenceCount int
signature int
sizeOfCrazy int
sizeOfScriptReference int

Public Methods

Method Description
LoadHalo2MapHeaderInfo ( BinaryReader &BR ) : void

The load halo 2 map header info.

LoadHaloCEMapHeaderInfo ( BinaryReader &BR ) : void

Halo 2 Vista map header info.

MapHeaderInfo ( BinaryReader &BR, HaloVersionEnum haloversion ) : System.IO

Initializes a new instance of the MapHeaderInfo class.

Method Details

LoadHalo2MapHeaderInfo() public method

The load halo 2 map header info.
public LoadHalo2MapHeaderInfo ( BinaryReader &BR ) : void
BR System.IO.BinaryReader The br.
return void

LoadHaloCEMapHeaderInfo() public method

Halo 2 Vista map header info.
public LoadHaloCEMapHeaderInfo ( BinaryReader &BR ) : void
BR System.IO.BinaryReader The br.
return void

MapHeaderInfo() public method

Initializes a new instance of the MapHeaderInfo class.
public MapHeaderInfo ( BinaryReader &BR, HaloVersionEnum haloversion ) : System.IO
BR System.IO.BinaryReader The BR.
haloversion HaloVersionEnum The haloversion.
return System.IO

Property Details

combinedSize public_oe property

The combined size.
public int combinedSize
return int

fileCount public_oe property

The file count.
public int fileCount
return int

fileNamesSize public_oe property

The file names size.
public int fileNamesSize
return int

fileSize public_oe property

The file size.
public int fileSize
return int

indexOffset public_oe property

The index offset.
public int indexOffset
return int

mapName public_oe property

The map name.
public string mapName
return string

mapType public_oe property

The map type.
public MapTypes mapType
return MapTypes

metaSize public_oe property

The meta size.
public int metaSize
return int

metaStart public_oe property

The meta start.
public int metaStart
return int

offsetToCrazy public_oe property

The offset to crazy.
public int offsetToCrazy
return int

offsetToStringIndex public_oe property

The offset to string index.
public int offsetToStringIndex
return int

offsetToStringNames1 public_oe property

The offset to string names 1.
public int offsetToStringNames1
return int

offsetToStringNames2 public_oe property

The offset to string names 2.
public int offsetToStringNames2
return int

offsetTofileIndex public_oe property

The offset tofile index.
public int offsetTofileIndex
return int

offsetTofileNames public_oe property

The offset tofile names.
public int offsetTofileNames
return int

scenarioPath public_oe property

The scenario path.
public string scenarioPath
return string

scriptReferenceCount public_oe property

The script reference count.
public int scriptReferenceCount
return int

signature public_oe property

The signature.
public int signature
return int

sizeOfCrazy public_oe property

The size of crazy.
public int sizeOfCrazy
return int

sizeOfScriptReference public_oe property

The size of script reference.
public int sizeOfScriptReference
return int