C# Class BotDLL.BotForm

Mostrar archivo Open project: Riketta/Stronghold-Kingdoms-Bot Class Usage Examples

Public Methods

Method Description
AutoLoot ( ) : void
BotForm ( ) : System
Log ( string Text ) : void
Research ( ) : void
ResearchInit ( ) : void
Trade ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BotForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
GetItemID ( string Item ) : int
InitializeComponent ( ) : void

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

button_Admin_Click ( object sender, EventArgs e ) : void
button_Exec_Click ( object sender, EventArgs e ) : void
button_FreeCardAutoLoot_Click ( object sender, EventArgs e ) : void
button_MapEditing_Click ( object sender, EventArgs e ) : void
button_Trade_Click ( object sender, EventArgs e ) : void
listBox_Queue_SelectedIndexChanged ( object sender, EventArgs e ) : void
listBox_ResList_SelectedIndexChanged ( object sender, EventArgs e ) : void
listBox_ResearchList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AutoLoot() public method

public AutoLoot ( ) : void
return void

BotForm() public method

public BotForm ( ) : System
return System

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

Log() public method

public Log ( string Text ) : void
Text string
return void

Research() public method

public Research ( ) : void
return void

ResearchInit() public method

public ResearchInit ( ) : void
return void

Trade() public method

public Trade ( ) : void
return void