C# Class Tibialyzer.Hunt

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

Méthodes publiques

Свойство Type Description
aggregateHunt bool
clearOnStartup bool
dbtableid int
name string
sideHunt bool
temporary bool
totalExp long
totalTime double
trackAllCreatures bool
trackedCreatures string

Méthodes publiques

Méthode Description
AddItem ( Item item, int count ) : void
AddKillToHunt ( int>.Tuple resultList, string t, string message ) : void
AddSkin ( string message, Tibialyzer.Creature cr, Item item, int count, string timestamp ) : void
AddUsedItems ( Dictionary newItems ) : bool
AddUsedItems ( int>.List items ) : void
ContainsLootCreature ( Tibialyzer.Creature cr ) : bool
DeleteCreature ( Tibialyzer.Creature cr ) : void
DeleteCreatureWithThreshold ( int killThreshold ) : void
DeleteLogMessage ( string logMessage ) : bool
GetCreatureKills ( ) : int>.Dictionary
GetCreatureKills ( Tibialyzer.Creature filter ) : int>.Dictionary
GetCreatureKills ( List filterCreatures ) : int>.Dictionary
GetHighestKillCreature ( ) : Tibialyzer.Creature
GetTableName ( ) : string
GetTrackedCreatures ( ) : List
GetUsedItems ( ) : int>>.List
GetWasteTableName ( ) : string
IterateCreatures ( ) : IEnumerable
IterateLogMessages ( ) : IEnumerable
IterateLoot ( ) : IEnumerable>>
RefreshLootCreatures ( ) : List
Reset ( int clearMinutes ) : void
ToString ( ) : string

Method Details

AddItem() public méthode

public AddItem ( Item item, int count ) : void
item Item
count int
Résultat void

AddKillToHunt() public méthode

public AddKillToHunt ( int>.Tuple resultList, string t, string message ) : void
resultList int>.Tuple
t string
message string
Résultat void

AddSkin() public méthode

public AddSkin ( string message, Tibialyzer.Creature cr, Item item, int count, string timestamp ) : void
message string
cr Tibialyzer.Creature
item Item
count int
timestamp string
Résultat void

AddUsedItems() public méthode

public AddUsedItems ( Dictionary newItems ) : bool
newItems Dictionary
Résultat bool

AddUsedItems() public méthode

public AddUsedItems ( int>.List items ) : void
items int>.List
Résultat void

ContainsLootCreature() public méthode

public ContainsLootCreature ( Tibialyzer.Creature cr ) : bool
cr Tibialyzer.Creature
Résultat bool

DeleteCreature() public méthode

public DeleteCreature ( Tibialyzer.Creature cr ) : void
cr Tibialyzer.Creature
Résultat void

DeleteCreatureWithThreshold() public méthode

public DeleteCreatureWithThreshold ( int killThreshold ) : void
killThreshold int
Résultat void

DeleteLogMessage() public méthode

public DeleteLogMessage ( string logMessage ) : bool
logMessage string
Résultat bool

GetCreatureKills() public méthode

public GetCreatureKills ( ) : int>.Dictionary
Résultat int>.Dictionary

GetCreatureKills() public méthode

public GetCreatureKills ( Tibialyzer.Creature filter ) : int>.Dictionary
filter Tibialyzer.Creature
Résultat int>.Dictionary

GetCreatureKills() public méthode

public GetCreatureKills ( List filterCreatures ) : int>.Dictionary
filterCreatures List
Résultat int>.Dictionary

GetHighestKillCreature() public méthode

public GetHighestKillCreature ( ) : Tibialyzer.Creature
Résultat Tibialyzer.Creature

GetTableName() public méthode

public GetTableName ( ) : string
Résultat string

GetTrackedCreatures() public méthode

public GetTrackedCreatures ( ) : List
Résultat List

GetUsedItems() public méthode

public GetUsedItems ( ) : int>>.List
Résultat int>>.List

GetWasteTableName() public méthode

public GetWasteTableName ( ) : string
Résultat string

IterateCreatures() public méthode

public IterateCreatures ( ) : IEnumerable
Résultat IEnumerable

IterateLogMessages() public méthode

public IterateLogMessages ( ) : IEnumerable
Résultat IEnumerable

IterateLoot() public méthode

public IterateLoot ( ) : IEnumerable>>
Résultat IEnumerable>>

RefreshLootCreatures() public méthode

public RefreshLootCreatures ( ) : List
Résultat List

Reset() public méthode

public Reset ( int clearMinutes ) : void
clearMinutes int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

aggregateHunt public_oe property

public bool aggregateHunt
Résultat bool

clearOnStartup public_oe property

public bool clearOnStartup
Résultat bool

dbtableid public_oe property

public int dbtableid
Résultat int

name public_oe property

public string name
Résultat string

sideHunt public_oe property

public bool sideHunt
Résultat bool

temporary public_oe property

public bool temporary
Résultat bool

totalExp public_oe property

public long totalExp
Résultat long

totalTime public_oe property

public double totalTime
Résultat double

trackAllCreatures public_oe property

public bool trackAllCreatures
Résultat bool

trackedCreatures public_oe property

public string trackedCreatures
Résultat string