C# Class Tibialyzer.GlobalDataManager

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

Méthodes publiques

Méthode Description
AddLevelAdvance ( string logMessage ) : bool
AddLootValue ( long value ) : void
ClearLootValue ( ) : void
GenerateDamageResults ( DamageResult>.Dictionary damageResults, List times, bool healing = false ) : void
GenerateDamageTakenResults ( DamageResult>.Dictionary damageResults, List times ) : void
GetExperience ( ) : int>>.IEnumerable
GetExperiencePerHour ( ) : int
GetLookInformation ( List times ) : IEnumerable
GetLootValue ( ) : long
GetRecentCommands ( int type, int max_entries = 15 ) : string>>.List
GetTotalExperience ( List times ) : int>.Tuple
Initialize ( ) : void
UpdateAchievementInformation ( string>.List newAchievements ) : string>>.IEnumerable
UpdateCommands ( string>.Dictionary newCommands ) : IEnumerable
UpdateDamage ( ) : void
UpdateDamageInformation ( DamageEntry>.Dictionary damageDealt, bool healing = false ) : bool
UpdateDeaths ( bool>.Dictionary newDeaths ) : bool
UpdateEventInformation ( string>.List newEvents ) : string>>.IEnumerable
UpdateExperience ( int>.Dictionary newExperience ) : int
UpdateLookInformation ( Dictionary lookMessages ) : IEnumerable
UpdateURLs ( string>.Dictionary newURLs ) : void
UpdateUsedItems ( ) : void

Private Methods

Méthode Description
UpdateTimer_Tick ( ) : void

Method Details

AddLevelAdvance() public static méthode

public static AddLevelAdvance ( string logMessage ) : bool
logMessage string
Résultat bool

AddLootValue() public static méthode

public static AddLootValue ( long value ) : void
value long
Résultat void

ClearLootValue() public static méthode

public static ClearLootValue ( ) : void
Résultat void

GenerateDamageResults() public static méthode

public static GenerateDamageResults ( DamageResult>.Dictionary damageResults, List times, bool healing = false ) : void
damageResults DamageResult>.Dictionary
times List
healing bool
Résultat void

GenerateDamageTakenResults() public static méthode

public static GenerateDamageTakenResults ( DamageResult>.Dictionary damageResults, List times ) : void
damageResults DamageResult>.Dictionary
times List
Résultat void

GetExperience() public static méthode

public static GetExperience ( ) : int>>.IEnumerable
Résultat int>>.IEnumerable

GetExperiencePerHour() public static méthode

public static GetExperiencePerHour ( ) : int
Résultat int

GetLookInformation() public static méthode

public static GetLookInformation ( List times ) : IEnumerable
times List
Résultat IEnumerable

GetLootValue() public static méthode

public static GetLootValue ( ) : long
Résultat long

GetRecentCommands() public static méthode

public static GetRecentCommands ( int type, int max_entries = 15 ) : string>>.List
type int
max_entries int
Résultat string>>.List

GetTotalExperience() public static méthode

public static GetTotalExperience ( List times ) : int>.Tuple
times List
Résultat int>.Tuple

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

UpdateAchievementInformation() public static méthode

public static UpdateAchievementInformation ( string>.List newAchievements ) : string>>.IEnumerable
newAchievements string>.List
Résultat string>>.IEnumerable

UpdateCommands() public static méthode

public static UpdateCommands ( string>.Dictionary newCommands ) : IEnumerable
newCommands string>.Dictionary
Résultat IEnumerable

UpdateDamage() public static méthode

public static UpdateDamage ( ) : void
Résultat void

UpdateDamageInformation() public static méthode

public static UpdateDamageInformation ( DamageEntry>.Dictionary damageDealt, bool healing = false ) : bool
damageDealt DamageEntry>.Dictionary
healing bool
Résultat bool

UpdateDeaths() public static méthode

public static UpdateDeaths ( bool>.Dictionary newDeaths ) : bool
newDeaths bool>.Dictionary
Résultat bool

UpdateEventInformation() public static méthode

public static UpdateEventInformation ( string>.List newEvents ) : string>>.IEnumerable
newEvents string>.List
Résultat string>>.IEnumerable

UpdateExperience() public static méthode

public static UpdateExperience ( int>.Dictionary newExperience ) : int
newExperience int>.Dictionary
Résultat int

UpdateLookInformation() public static méthode

public static UpdateLookInformation ( Dictionary lookMessages ) : IEnumerable
lookMessages Dictionary
Résultat IEnumerable

UpdateURLs() public static méthode

public static UpdateURLs ( string>.Dictionary newURLs ) : void
newURLs string>.Dictionary
Résultat void

UpdateUsedItems() public static méthode

public static UpdateUsedItems ( ) : void
Résultat void