C# Class HaloMap.Map.ObjectIndexInfo

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

Méthodes publiques

Свойство Type Description
Ident int[]
Offset int[]
Size int[]
TagType string[]
TagType2 string[]
TagType3 string[]
TagTypes System.Collections.Hashtable
TagTypesCount int
bitmapindex int[]
external bool[]
highident int
identHT System.Collections.Hashtable
lowident int
stringoffset int[]

Méthodes publiques

Méthode Description
LoadHalo1ObjectIndexInfo ( BinaryReader &BR, Map map ) : void

The load halo 1 object index info.

LoadHalo2ObjectIndexInfo ( BinaryReader &BR, Map map ) : void

The load halo 2 object index info.

LoadHaloCEObjectIndexInfo ( BinaryReader &BR, Map map ) : void

The load halo ce object index info.

ObjectIndexInfo ( BinaryReader &BR, Map map ) : System

Initializes a new instance of the ObjectIndexInfo class.

Method Details

LoadHalo1ObjectIndexInfo() public méthode

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

LoadHalo2ObjectIndexInfo() public méthode

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

LoadHaloCEObjectIndexInfo() public méthode

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

ObjectIndexInfo() public méthode

Initializes a new instance of the ObjectIndexInfo class.
public ObjectIndexInfo ( BinaryReader &BR, Map map ) : System
BR System.IO.BinaryReader The BR.
map Map The map.
Résultat System

Property Details

Ident public_oe property

The ident.
public int[] Ident
Résultat int[]

Offset public_oe property

The offset.
public int[] Offset
Résultat int[]

Size public_oe property

The size.
public int[] Size
Résultat int[]

TagType public_oe property

The tag type.
public string[] TagType
Résultat string[]

TagType2 public_oe property

The tag type 2.
public string[] TagType2
Résultat string[]

TagType3 public_oe property

The tag type 3.
public string[] TagType3
Résultat string[]

TagTypes public_oe property

The tag types.
public Hashtable,System.Collections TagTypes
Résultat System.Collections.Hashtable

TagTypesCount public_oe property

The tag types count.
public int TagTypesCount
Résultat int

bitmapindex public_oe property

The bitmapindex.
public int[] bitmapindex
Résultat int[]

external public_oe property

The external.
public bool[] external
Résultat bool[]

highident public_oe property

The highident.
public int highident
Résultat int

identHT public_oe property

The ident ht.
public Hashtable,System.Collections identHT
Résultat System.Collections.Hashtable

lowident public_oe property

The lowident.
public int lowident
Résultat int

stringoffset public_oe property

The stringoffset.
public int[] stringoffset
Résultat int[]