C# Class HaloMap.Map.IndexHeaderInfo

The index header info.
Exibir arquivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
IndicesObjectCount int
ModelIndicesOffset int
ModelRawDataOffset int
ModelRawDataSize int
VerticeObjectCount int
constant int
matgID int
metaCount int
scnrID int
tagTypeCount int
tagsOffset int

Public Methods

Method Description
IndexHeaderInfo ( BinaryReader &BR, Map map ) : System.IO

Initializes a new instance of the IndexHeaderInfo class.

LoadHalo1IndexHeaderInfo ( BinaryReader &BR, Map map ) : void

The load halo 1 index header info.

LoadHalo2IndexHeaderInfo ( BinaryReader &BR, Map map ) : void

The load halo 2 index header info.

LoadHaloCEIndexHeaderInfo ( BinaryReader &BR, Map map ) : void

The load halo ce index header info.

Method Details

IndexHeaderInfo() public method

Initializes a new instance of the IndexHeaderInfo class.
public IndexHeaderInfo ( BinaryReader &BR, Map map ) : System.IO
BR System.IO.BinaryReader The BR.
map Map The map.
return System.IO

LoadHalo1IndexHeaderInfo() public method

The load halo 1 index header info.
public LoadHalo1IndexHeaderInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
return void

LoadHalo2IndexHeaderInfo() public method

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

LoadHaloCEIndexHeaderInfo() public method

The load halo ce index header info.
public LoadHaloCEIndexHeaderInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
return void

Property Details

IndicesObjectCount public_oe property

The indices object count.
public int IndicesObjectCount
return int

ModelIndicesOffset public_oe property

The model indices offset.
public int ModelIndicesOffset
return int

ModelRawDataOffset public_oe property

The model raw data offset.
public int ModelRawDataOffset
return int

ModelRawDataSize public_oe property

The model raw data size.
public int ModelRawDataSize
return int

VerticeObjectCount public_oe property

The vertice object count.
public int VerticeObjectCount
return int

constant public_oe property

The constant.
public int constant
return int

matgID public_oe property

ID number of the globals tag [MATG]
public int matgID
return int

metaCount public_oe property

The meta count.
public int metaCount
return int

scnrID public_oe property

ID Number of the Scenario tag [SCNR]
public int scnrID
return int

tagTypeCount public_oe property

The tag type count.
public int tagTypeCount
return int

tagsOffset public_oe property

The tags offset.
public int tagsOffset
return int