Property | Type | Description | |
---|---|---|---|
LineNumber | int | ||
ME | MetaEditor | ||
chunkCount | int | ||
selectedChunk | int |
Method | Description | |
---|---|---|
LoadENTControls ( |
The load ent controls.
|
|
LoadMetaIntoControls ( int startingOffset, int ioneUpReflexiveBlockOffset ) : void |
The load meta into controls.
|
|
PokeRecursively ( ) : void |
The poke recursively.
|
|
ReflexiveControl ( |
Initializes a new instance of the ReflexiveControl class.
|
|
ReflexiveControl ( |
Initializes a new instance of the ReflexiveControl class.
|
|
SaveRecursively ( ) : void |
The save recursively.
|
|
SetFocusRecursively ( int LineToCheck ) : void |
The set focus recursively.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadMetaIntoControlsForThisReflexive ( ) : void |
The load meta into controls for this reflexive.
|
|
ReflexiveButton_Click ( object sender, |
The reflexive button_ click.
|
|
ReflexiveLoader_Close ( object sender, |
The reflexive loader_ close.
|
|
ReflexiveLoader_DropDown ( object sender, |
The reflexive loader_ drop down.
|
|
UpdateReflexiveSelectionBox ( bool loadAllChunks ) : void |
The update reflexive selection box.
|
|
addButton_Click ( object sender, |
The add button_ click.
|
|
copyToAllToolStripMenuItem_Click ( object sender, |
The copy to all tool strip menu item_ click.
|
|
copyToolStripMenuItem_Click ( object sender, |
The copy tool strip menu item_ click.
|
|
cutToolStripMenuItem_Click ( object sender, |
The cut tool strip menu item_ click.
|
|
deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
The delete tool strip menu item_ click.
|
|
fieldTypeChanged ( object sender, EventArgs e ) : void |
The field type changed.
|
|
gotoToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
The goto tool strip menu item_ click.
|
|
identContext_Opening ( object sender, CancelEventArgs e ) : void |
The ident context_ opening.
|
|
pasteToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
The paste tool strip menu item_ click.
|
|
tempComboBox_KeyPress ( object sender, KeyPressEventArgs e ) : void |
The temp combo box_ key press.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LoadENTControls ( |
||
reflexive | /// The reflexive. /// | |
entArray | object | /// The ent array. /// |
clearControls | bool | /// The clear controls. /// |
layer | int | /// The layer. /// |
tabIndex | int | /// The tab index. /// |
customPluginPath | string | /// The custom plugin path. /// |
return | void |
public LoadMetaIntoControls ( int startingOffset, int ioneUpReflexiveBlockOffset ) : void | ||
startingOffset | int | /// The starting offset. /// |
ioneUpReflexiveBlockOffset | int | /// The ione up reflexive block offset. /// |
return | void |
public ReflexiveControl ( |
||
map | /// The map. /// | |
offset | int | /// The offset. /// |
iHasChunkCount | bool | /// The i has chunk count. /// |
iLineNumber | int | /// The i line number. /// |
return | System |
public ReflexiveControl ( |
||
map | /// The map. /// | |
offset | int | /// The offset. /// |
iHasChunkCount | bool | /// The i has chunk count. /// |
iLineNumber | int | /// The i line number. /// |
me | MetaEditor | /// The me. /// |
return | System |
public SetFocusRecursively ( int LineToCheck ) : void | ||
LineToCheck | int | /// The line to check. /// |
return | void |