C# Class entity.MetaEditor2.Enums

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

Example:

��0: None

��1: Negative

��2: Positive

Inheritance: BaseField
ファイルを表示 Open project: troymac1ure/Entity

Public Properties

Property Type Description
Options HaloMap.Plugins.IFPIO.Option[]
enumType int
value int

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

UpdateComboBox ( ) : void
UpdateValue ( ) : void

Method Details

BaseField_Leave() public method

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

Dispose() protected method

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

Enums() public method

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
return System

Poke() public method

public Poke ( ) : void
return void

Populate() public method

public Populate ( int iOffset, bool useMemoryStream ) : void
iOffset int
useMemoryStream bool
return void

Save() public method

public Save ( ) : void
return void

SetFocus() public method

public SetFocus ( int LineToCheck ) : void
LineToCheck int
return void

Property Details

Options public_oe property

public IFPIO.Option[],HaloMap.Plugins Options
return HaloMap.Plugins.IFPIO.Option[]

enumType public_oe property

public int enumType
return int

value public_oe property

public int value
return int