C# Class BotDLL.BotForm

Afficher le fichier Open project: Riketta/Stronghold-Kingdoms-Bot Class Usage Examples

Méthodes publiques

Méthode Description
AutoLoot ( ) : void
BotForm ( ) : System
Log ( string Text ) : void
Research ( ) : void
ResearchInit ( ) : void
Trade ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AutoLoot ( ) : void
Résultat void

BotForm() public méthode

public BotForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Log() public méthode

public Log ( string Text ) : void
Text string
Résultat void

Research() public méthode

public Research ( ) : void
Résultat void

ResearchInit() public méthode

public ResearchInit ( ) : void
Résultat void

Trade() public méthode

public Trade ( ) : void
Résultat void