C# Класс entity.MetaEditor2.Indices

Наследование: BaseField
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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