C# Class HaloMap.Map.ObjectIndexInfo

The object index info.
显示文件 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_oe property

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

Offset public_oe property

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

Size public_oe property

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

TagType public_oe property

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

TagType2 public_oe property

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

TagType3 public_oe property

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

TagTypes public_oe property

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

TagTypesCount public_oe property

The tag types count.
public int TagTypesCount
return int

bitmapindex public_oe property

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

external public_oe property

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

highident public_oe property

The highident.
public int highident
return int

identHT public_oe property

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

lowident public_oe property

The lowident.
public int lowident
return int

stringoffset public_oe property

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