Свойство | Type | Description | |
---|---|---|---|
createdControls | List |
||
creatureControls | Dictionary |
||
creatures | int>.Dictionary | ||
hunt | |||
initialPage | int | ||
itemControls | List | ||
items | int>>.List | ||
lootCreature | Tibialyzer.Creature | ||
loot_font | Font | ||
page | int | ||
rawName | string |
Méthode | Description | |
---|---|---|
DrawCountOnGraphics ( Graphics gr, int itemCount, int offset_x, int offset_y ) : void | ||
DrawCountOnItem ( |
||
FormName ( ) : string | ||
GenerateLootInformation ( |
||
GetAverageGold ( int>.Dictionary |
||
GetStackImage ( Image image, int count, |
||
LoadForm ( ) : void | ||
LootDropForm ( string command ) : System | ||
RefreshLoot ( ) : void | ||
TimeToString ( long totalSeconds ) : string | ||
UpdateLoot ( ) : void | ||
openCreatureDrops ( object sender, EventArgs e ) : void | ||
openItemBox ( object sender, EventArgs e ) : void |
Méthode | Description | |
---|---|---|
ActuallyRefreshForm ( ) : void | ||
Nextpage_Click ( object sender, EventArgs e ) : void | ||
Prevpage_Click ( object sender, EventArgs e ) : void | ||
UpdateCommand ( ) : void | ||
UpdateLootInternal ( ) : void | ||
allLootButton_Click ( object sender, EventArgs e ) : void | ||
changeSize ( int modification ) : void | ||
huntNameLabel_Click ( object sender, EventArgs e ) : void | ||
lootButton_Click ( object sender, EventArgs e ) : void | ||
lootLarger_Click ( object sender, EventArgs e ) : void | ||
lootSmaller_Click ( object sender, EventArgs e ) : void | ||
rawLootButton_Click ( object sender, EventArgs e ) : void |
public static DrawCountOnGraphics ( Graphics gr, int itemCount, int offset_x, int offset_y ) : void | ||
gr | Graphics | |
itemCount | int | |
offset_x | int | |
offset_y | int | |
Résultat | void |
public static DrawCountOnItem ( |
||
item | ||
itemCount | int | |
size | int | |
Résultat | Bitmap |
public static GenerateLootInformation ( |
||
hunt | ||
rawName | string | |
lootCreature | Tibialyzer.Creature | |
Résultat | Tuple |
public static GetAverageGold ( int>.Dictionary |
||
creatures | int>.Dictionary | |
Résultat | long |
public static GetStackImage ( Image image, int count, |
||
image | Image | |
count | int | |
item | ||
Résultat | Bitmap |
public LootDropForm ( string command ) : System | ||
command | string | |
Résultat | System |
public static TimeToString ( long totalSeconds ) : string | ||
totalSeconds | long | |
Résultat | string |
public openCreatureDrops ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Résultat | void |
public openItemBox ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Résultat | void |
public Creature,Tibialyzer lootCreature | ||
Résultat | Tibialyzer.Creature |