C# Class entity.MetaEditor2.Indices

Inheritance: BaseField
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
Value int

Public Methods

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

Private Methods

Method Description
GetItems ( bool readAll ) : void
ReadReflexive ( ) : void
comboBox1_DropDown ( object sender, EventArgs e ) : void

Method Details

BaseField_Leave() public method

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

Indices() public method

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

Poke() public method

public Poke ( ) : void
return void

Populate() public method

public Populate ( int iOffset, int iIndexedReflexiveOffset ) : void
iOffset int
iIndexedReflexiveOffset int
return void

Save() public method

public Save ( ) : void
return void

SetFocus() public method

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

UpdateSelectionList() public method

public UpdateSelectionList ( bool readAll ) : void
readAll bool
return void

Property Details

Value public property

public int Value
return int