C# Class Tibialyzer.TaskManager

Afficher le fichier Open project: Mytherin/Tibialyzer

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
UpdateTaskKills ( Tibialyzer.Creature creature ) : void

Method Details

ChangeKillCount() public static méthode

public static ChangeKillCount ( int taskid, int value ) : void
taskid int
value int
Résultat void

ChangeTracked() public static méthode

public static ChangeTracked ( int taskid, bool tracked ) : void
taskid int
tracked bool
Résultat void

GetKillCount() public static méthode

public static GetKillCount ( int taskid ) : int
taskid int
Résultat int

GetTrackedTasks() public static méthode

public static GetTrackedTasks ( ) : List
Résultat List

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsTracked() public static méthode

public static IsTracked ( int taskid ) : bool
taskid int
Résultat bool