Property | Type | Description | |
---|---|---|---|
activeHunt | Hunt |
Method | Description | |
---|---|---|
AddKillToHunt ( |
||
AddLoot ( |
||
AddSkin ( |
||
AddUsedItems ( |
||
AddUsedItems ( |
||
CheckTrackedHunts ( Hunt h, int>.Tuple |
||
CreateNewHunt ( ) : void | ||
DeleteHunt ( Hunt h ) : void | ||
GetHighestKillCreature ( Hunt h ) : Creature | ||
GetHunt ( int index ) : Hunt | ||
GetHunt ( string search ) : Hunt | ||
GetUsedItems ( Hunt hunt ) : int>>.List |
||
HuntCount ( ) : int | ||
Initialize ( ) : void | ||
InsertSkin ( Creature cr, int count = 1 ) : void | ||
IterateHunts ( ) : IEnumerable |
||
LoadLog ( Hunt h, string logPath ) : void | ||
SaveHunts ( ) : void | ||
SaveLog ( Hunt h, string logPath ) : void | ||
SetActiveHunt ( Hunt h ) : void | ||
SetHuntTime ( Hunt h, int clearMinutes ) : void | ||
SwitchHunt ( string parameter ) : void | ||
clearOldLog ( Hunt h, int clearMinutes = 10 ) : void | ||
deleteCreatureFromLog ( Creature cr ) : void | ||
deleteCreatureWithThreshold ( int killThreshold ) : void | ||
deleteLogMessage ( Hunt h, string logMessage ) : void | ||
refreshLootCreatures ( Hunt h ) : List |
||
resetHunt ( string parameter ) : bool | ||
resetHunt ( Hunt h ) : void |
Method | Description | |
---|---|---|
nameExists ( string str ) : bool |
public static AddKillToHunt ( |
||
h | ||
resultList | int>.Tuple | |
t | string | |
message | string | |
stamp | int | |
hour | int | |
minute | int | |
transaction | System.Data.SQLite.SQLiteTransaction | |
return | void |
public static AddLoot ( |
||
h | ||
item | Item | |
itemCount | int | |
return | void |
public static AddSkin ( |
||
h | ||
message | string | |
cr | Tibialyzer.Creature | |
item | Item | |
count | int | |
timestamp | string | |
return | void |
public static AddUsedItems ( |
||
hunt | ||
usedItems | Dictionary |
|
return | void |
public static AddUsedItems ( |
||
hunt | ||
item | Item | |
itemCount | int | |
return | void |
public static CheckTrackedHunts ( Hunt h, int>.Tuple |
||
h | Hunt | |
resultList | int>.Tuple | |
t | string | |
message | string | |
stamp | int | |
hour | int | |
minute | int | |
transaction | SQLiteTransaction | |
return | Hunt |
public static GetHighestKillCreature ( Hunt h ) : Creature | ||
h | Hunt | |
return | Creature |
public static GetHunt ( string search ) : Hunt | ||
search | string | |
return | Hunt |
public static GetUsedItems ( Hunt hunt ) : int>>.List |
||
hunt | Hunt | |
return | int>>.List |
public static InsertSkin ( Creature cr, int count = 1 ) : void | ||
cr | Creature | |
count | int | |
return | void |
public static LoadLog ( Hunt h, string logPath ) : void | ||
h | Hunt | |
logPath | string | |
return | void |
public static SaveLog ( Hunt h, string logPath ) : void | ||
h | Hunt | |
logPath | string | |
return | void |
public static SetActiveHunt ( Hunt h ) : void | ||
h | Hunt | |
return | void |
public static SetHuntTime ( Hunt h, int clearMinutes ) : void | ||
h | Hunt | |
clearMinutes | int | |
return | void |
public static SwitchHunt ( string parameter ) : void | ||
parameter | string | |
return | void |
public static clearOldLog ( Hunt h, int clearMinutes = 10 ) : void | ||
h | Hunt | |
clearMinutes | int | |
return | void |
public static deleteCreatureFromLog ( Creature cr ) : void | ||
cr | Creature | |
return | void |
public static deleteCreatureWithThreshold ( int killThreshold ) : void | ||
killThreshold | int | |
return | void |
public static deleteLogMessage ( Hunt h, string logMessage ) : void | ||
h | Hunt | |
logMessage | string | |
return | void |
public static refreshLootCreatures ( Hunt h ) : List |
||
h | Hunt | |
return | List |
public static resetHunt ( string parameter ) : bool | ||
parameter | string | |
return | bool |