C# 클래스 Tibialyzer.Hunt

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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