C# 클래스 entity.MetaEditor2.Enums

Enums are a list of string options, accessed through a number value.

Example:

��0: None

��1: Negative

��2: Positive

상속: BaseField
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
Options HaloMap.Plugins.IFPIO.Option[]
enumType int
value int

공개 메소드들

메소드 설명
BaseField_Leave ( object sender, EventArgs e ) : void
Enums ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int iType, IFPIO ioptions, int iLineNumber ) : System

The Enums class

Poke ( ) : void
Populate ( int iOffset, bool useMemoryStream ) : void
Save ( ) : void
SetFocus ( int LineToCheck ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateComboBox ( ) : void
UpdateValue ( ) : void

메소드 상세

BaseField_Leave() 공개 메소드

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

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Enums() 공개 메소드

The Enums class
public Enums ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int iType, IFPIO ioptions, int iLineNumber ) : 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
iType int 8 for Enum8, 16 for Enum16, 32 for Enum32 types
ioptions HaloMap.Plugins.IFPIO The array of options available
iLineNumber int
리턴 System

Poke() 공개 메소드

public Poke ( ) : void
리턴 void

Populate() 공개 메소드

public Populate ( int iOffset, bool useMemoryStream ) : void
iOffset int
useMemoryStream bool
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetFocus() 공개 메소드

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

프로퍼티 상세

Options 공개적으로 프로퍼티

public IFPIO.Option[],HaloMap.Plugins Options
리턴 HaloMap.Plugins.IFPIO.Option[]

enumType 공개적으로 프로퍼티

public int enumType
리턴 int

value 공개적으로 프로퍼티

public int value
리턴 int