C# Class HaloMap.Map.ObjectIndexInfo

The object index info.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property 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[]

Public Methods

Method 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 method

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

LoadHalo2ObjectIndexInfo() public method

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

LoadHaloCEObjectIndexInfo() public method

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

ObjectIndexInfo() public method

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.
return System

Property Details

Ident public property

The ident.
public int[] Ident
return int[]

Offset public property

The offset.
public int[] Offset
return int[]

Size public property

The size.
public int[] Size
return int[]

TagType public property

The tag type.
public string[] TagType
return string[]

TagType2 public property

The tag type 2.
public string[] TagType2
return string[]

TagType3 public property

The tag type 3.
public string[] TagType3
return string[]

TagTypes public property

The tag types.
public Hashtable,System.Collections TagTypes
return System.Collections.Hashtable

TagTypesCount public property

The tag types count.
public int TagTypesCount
return int

bitmapindex public property

The bitmapindex.
public int[] bitmapindex
return int[]

external public property

The external.
public bool[] external
return bool[]

highident public property

The highident.
public int highident
return int

identHT public property

The ident ht.
public Hashtable,System.Collections identHT
return System.Collections.Hashtable

lowident public property

The lowident.
public int lowident
return int

stringoffset public property

The stringoffset.
public int[] stringoffset
return int[]