C# Class Tibialyzer.CreatureDropsForm

Inheritance: NotificationForm
Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
creature Tibialyzer.Creature

Méthodes publiques

Méthode Description
CreatureDropsForm ( ) : System
FormName ( ) : string
LoadForm ( ) : void
MaxWidth ( ) : int
MinWidth ( ) : int
RefreshForm ( ) : void
WidthInterval ( ) : int
openItemBox ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
CombineItems ( ) : void
DisplayItem ( Tibialyzer.ItemDrop drop, int base_x, int base_y, int x, int y, Size item_size, ToolTip droprate_tooltip, int dropbar_height, string prefix = "Drop rate of " ) : void
huntButton_Click ( object sender, EventArgs e ) : void
statsButton_Click ( object sender, EventArgs e ) : void

Method Details

CreatureDropsForm() public méthode

public CreatureDropsForm ( ) : System
Résultat System

FormName() public méthode

public FormName ( ) : string
Résultat string

LoadForm() public méthode

public LoadForm ( ) : void
Résultat void

MaxWidth() public méthode

public MaxWidth ( ) : int
Résultat int

MinWidth() public méthode

public MinWidth ( ) : int
Résultat int

RefreshForm() public méthode

public RefreshForm ( ) : void
Résultat void

WidthInterval() public méthode

public WidthInterval ( ) : int
Résultat int

openItemBox() public méthode

public openItemBox ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

creature public_oe property

public Creature,Tibialyzer creature
Résultat Tibialyzer.Creature