C# 클래스 HaloMap.Map.ObjectIndexInfo

The object index info.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]