C# Класс HaloMap.Map.ObjectIndexInfo

The object index info.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]

Открытые методы

Метод Описание
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.

Описание методов

LoadHalo1ObjectIndexInfo() публичный Метод

The load halo 1 object index info.
public LoadHalo1ObjectIndexInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
Результат void

LoadHalo2ObjectIndexInfo() публичный Метод

The load halo 2 object index info.
public LoadHalo2ObjectIndexInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
Результат void

LoadHaloCEObjectIndexInfo() публичный Метод

The load halo ce object index info.
public LoadHaloCEObjectIndexInfo ( BinaryReader &BR, Map map ) : void
BR System.IO.BinaryReader The br.
map Map The map.
Результат void

ObjectIndexInfo() публичный Метод

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.
Результат System

Описание свойств

Ident публичное свойство

The ident.
public int[] Ident
Результат int[]

Offset публичное свойство

The offset.
public int[] Offset
Результат int[]

Size публичное свойство

The size.
public int[] Size
Результат int[]

TagType публичное свойство

The tag type.
public string[] TagType
Результат string[]

TagType2 публичное свойство

The tag type 2.
public string[] TagType2
Результат string[]

TagType3 публичное свойство

The tag type 3.
public string[] TagType3
Результат string[]

TagTypes публичное свойство

The tag types.
public Hashtable,System.Collections TagTypes
Результат System.Collections.Hashtable

TagTypesCount публичное свойство

The tag types count.
public int TagTypesCount
Результат int

bitmapindex публичное свойство

The bitmapindex.
public int[] bitmapindex
Результат int[]

external публичное свойство

The external.
public bool[] external
Результат bool[]

highident публичное свойство

The highident.
public int highident
Результат int

identHT публичное свойство

The ident ht.
public Hashtable,System.Collections identHT
Результат System.Collections.Hashtable

lowident публичное свойство

The lowident.
public int lowident
Результат int

stringoffset публичное свойство

The stringoffset.
public int[] stringoffset
Результат int[]