Property | Type | Description | |
---|---|---|---|
sidIndexer | int |
Method | Description | |
---|---|---|
BaseField_Leave ( object sender, EventArgs e ) : void | ||
Poke ( ) : void | ||
Populate ( int iOffset, bool useMemoryStream ) : void | ||
SID ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int iLineNumber ) : System | ||
Save ( ) : void | ||
SetFocus ( int LineToCheck ) : void | ||
comboBox1_TextChanged ( object sender, System e ) : void |
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.
|
|
SIDLoader_DropDown ( object sender, EventArgs e ) : void | ||
SIDLoader_DropDownClose ( object sender, EventArgs e ) : void | ||
btnSID_Click ( object sender, EventArgs e ) : void |
public BaseField_Leave ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Populate ( int iOffset, bool useMemoryStream ) : void | ||
iOffset | int | |
useMemoryStream | bool | |
return | void |
public SID ( Meta meta, string iEntName, Map map, int iOffsetInChunk, int iLineNumber ) : System | ||
meta | Meta | |
iEntName | string | |
map | Map | |
iOffsetInChunk | int | |
iLineNumber | int | |
return | System |
public comboBox1_TextChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |