C# 클래스 entity.MetaEditor2.Indices

상속: BaseField
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value int

공개 메소드들

메소드 설명
BaseField_Leave ( object sender, EventArgs e ) : void
Indices ( Meta meta, string iEntName, Map map, int iOffsetInChunk, IFPIO iValueType, IFPIO iIndex ) : System

The Indices class

Poke ( ) : void
Populate ( int iOffset, int iIndexedReflexiveOffset ) : void
Save ( ) : void
SetFocus ( int LineToCheck ) : void
UpdateSelectionList ( bool readAll ) : void

비공개 메소드들

메소드 설명
GetItems ( bool readAll ) : void
ReadReflexive ( ) : void
comboBox1_DropDown ( object sender, EventArgs e ) : void

메소드 상세

BaseField_Leave() 공개 메소드

public BaseField_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Indices() 공개 메소드

The Indices class
public Indices ( Meta meta, string iEntName, Map map, int iOffsetInChunk, IFPIO iValueType, IFPIO iIndex ) : System
meta HaloMap.Meta.Meta The controls meta data
iEntName string The identifying name of the meta string
map HaloMap.Map.Map The metas map file
iOffsetInChunk int The offset to the string in the memory stream
iValueType HaloMap.Plugins.IFPIO The value type associated with the Indices /// Available types are: /// ��Byte, Short, UShort, Int, UInt, Float, Unknown
iIndex HaloMap.Plugins.IFPIO The type of data that the value points to /// Available types are: /// ��Ident, StringID, Float, Short, UShort, Int, UInt, String32, UnicodeString64, String256, UnicodeString256
리턴 System

Poke() 공개 메소드

public Poke ( ) : void
리턴 void

Populate() 공개 메소드

public Populate ( int iOffset, int iIndexedReflexiveOffset ) : void
iOffset int
iIndexedReflexiveOffset int
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetFocus() 공개 메소드

public SetFocus ( int LineToCheck ) : void
LineToCheck int
리턴 void

UpdateSelectionList() 공개 메소드

public UpdateSelectionList ( bool readAll ) : void
readAll bool
리턴 void

프로퍼티 상세

Value 공개적으로 프로퍼티

public int Value
리턴 int