Method | Description | |
---|---|---|
ChangeKillCount ( int taskid, int value ) : void | ||
ChangeTracked ( int taskid, bool tracked ) : void | ||
GetKillCount ( int taskid ) : int | ||
GetTrackedTasks ( ) : List |
||
Initialize ( ) : void | ||
IsTracked ( int taskid ) : bool |
Method | Description | |
---|---|---|
UpdateTaskKills ( Tibialyzer.Creature creature ) : void |
public static ChangeKillCount ( int taskid, int value ) : void | ||
taskid | int | |
value | int | |
return | void |
public static ChangeTracked ( int taskid, bool tracked ) : void | ||
taskid | int | |
tracked | bool | |
return | void |
public static GetKillCount ( int taskid ) : int | ||
taskid | int | |
return | int |
public static IsTracked ( int taskid ) : bool | ||
taskid | int | |
return | bool |