C# Class HaloMap.Map.IndexHeaderInfo

The index header info.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
IndicesObjectCount int
ModelIndicesOffset int
ModelRawDataOffset int
ModelRawDataSize int
VerticeObjectCount int
constant int
matgID int
metaCount int
scnrID int
tagTypeCount int
tagsOffset int

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.IO

LoadHalo1IndexHeaderInfo() public méthode

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

LoadHalo2IndexHeaderInfo() public méthode

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

LoadHaloCEIndexHeaderInfo() public méthode

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

Property Details

IndicesObjectCount public_oe property

The indices object count.
public int IndicesObjectCount
Résultat int

ModelIndicesOffset public_oe property

The model indices offset.
public int ModelIndicesOffset
Résultat int

ModelRawDataOffset public_oe property

The model raw data offset.
public int ModelRawDataOffset
Résultat int

ModelRawDataSize public_oe property

The model raw data size.
public int ModelRawDataSize
Résultat int

VerticeObjectCount public_oe property

The vertice object count.
public int VerticeObjectCount
Résultat int

constant public_oe property

The constant.
public int constant
Résultat int

matgID public_oe property

ID number of the globals tag [MATG]
public int matgID
Résultat int

metaCount public_oe property

The meta count.
public int metaCount
Résultat int

scnrID public_oe property

ID Number of the Scenario tag [SCNR]
public int scnrID
Résultat int

tagTypeCount public_oe property

The tag type count.
public int tagTypeCount
Résultat int

tagsOffset public_oe property

The tags offset.
public int tagsOffset
Résultat int