C# Класс Tibialyzer.Hunt

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
aggregateHunt bool
clearOnStartup bool
dbtableid int
name string
sideHunt bool
temporary bool
totalExp long
totalTime double
trackAllCreatures bool
trackedCreatures string

Открытые методы

Метод Описание
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

Описание методов

AddItem() публичный Метод

public AddItem ( Item item, int count ) : void
item Item
count int
Результат void

AddKillToHunt() публичный Метод

public AddKillToHunt ( int>.Tuple resultList, string t, string message ) : void
resultList int>.Tuple
t string
message string
Результат void

AddSkin() публичный Метод

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
Результат void

AddUsedItems() публичный Метод

public AddUsedItems ( Dictionary newItems ) : bool
newItems Dictionary
Результат bool

AddUsedItems() публичный Метод

public AddUsedItems ( int>.List items ) : void
items int>.List
Результат void

ContainsLootCreature() публичный Метод

public ContainsLootCreature ( Tibialyzer.Creature cr ) : bool
cr Tibialyzer.Creature
Результат bool

DeleteCreature() публичный Метод

public DeleteCreature ( Tibialyzer.Creature cr ) : void
cr Tibialyzer.Creature
Результат void

DeleteCreatureWithThreshold() публичный Метод

public DeleteCreatureWithThreshold ( int killThreshold ) : void
killThreshold int
Результат void

DeleteLogMessage() публичный Метод

public DeleteLogMessage ( string logMessage ) : bool
logMessage string
Результат bool

GetCreatureKills() публичный Метод

public GetCreatureKills ( ) : int>.Dictionary
Результат int>.Dictionary

GetCreatureKills() публичный Метод

public GetCreatureKills ( Tibialyzer.Creature filter ) : int>.Dictionary
filter Tibialyzer.Creature
Результат int>.Dictionary

GetCreatureKills() публичный Метод

public GetCreatureKills ( List filterCreatures ) : int>.Dictionary
filterCreatures List
Результат int>.Dictionary

GetHighestKillCreature() публичный Метод

public GetHighestKillCreature ( ) : Tibialyzer.Creature
Результат Tibialyzer.Creature

GetTableName() публичный Метод

public GetTableName ( ) : string
Результат string

GetTrackedCreatures() публичный Метод

public GetTrackedCreatures ( ) : List
Результат List

GetUsedItems() публичный Метод

public GetUsedItems ( ) : int>>.List
Результат int>>.List

GetWasteTableName() публичный Метод

public GetWasteTableName ( ) : string
Результат string

IterateCreatures() публичный Метод

public IterateCreatures ( ) : IEnumerable
Результат IEnumerable

IterateLogMessages() публичный Метод

public IterateLogMessages ( ) : IEnumerable
Результат IEnumerable

IterateLoot() публичный Метод

public IterateLoot ( ) : IEnumerable>>
Результат IEnumerable>>

RefreshLootCreatures() публичный Метод

public RefreshLootCreatures ( ) : List
Результат List

Reset() публичный Метод

public Reset ( int clearMinutes ) : void
clearMinutes int
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

aggregateHunt публичное свойство

public bool aggregateHunt
Результат bool

clearOnStartup публичное свойство

public bool clearOnStartup
Результат bool

dbtableid публичное свойство

public int dbtableid
Результат int

name публичное свойство

public string name
Результат string

sideHunt публичное свойство

public bool sideHunt
Результат bool

temporary публичное свойство

public bool temporary
Результат bool

totalExp публичное свойство

public long totalExp
Результат long

totalTime публичное свойство

public double totalTime
Результат double

trackAllCreatures публичное свойство

public bool trackAllCreatures
Результат bool

trackedCreatures публичное свойство

public string trackedCreatures
Результат string