C# Class Tibialyzer.GlobalDataManager

Mostra file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method 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

Method Description
UpdateTimer_Tick ( ) : void

Method Details

AddLevelAdvance() public static method

public static AddLevelAdvance ( string logMessage ) : bool
logMessage string
return bool

AddLootValue() public static method

public static AddLootValue ( long value ) : void
value long
return void

ClearLootValue() public static method

public static ClearLootValue ( ) : void
return void

GenerateDamageResults() public static method

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

GenerateDamageTakenResults() public static method

public static GenerateDamageTakenResults ( DamageResult>.Dictionary damageResults, List times ) : void
damageResults DamageResult>.Dictionary
times List
return void

GetExperience() public static method

public static GetExperience ( ) : int>>.IEnumerable
return int>>.IEnumerable

GetExperiencePerHour() public static method

public static GetExperiencePerHour ( ) : int
return int

GetLookInformation() public static method

public static GetLookInformation ( List times ) : IEnumerable
times List
return IEnumerable

GetLootValue() public static method

public static GetLootValue ( ) : long
return long

GetRecentCommands() public static method

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

GetTotalExperience() public static method

public static GetTotalExperience ( List times ) : int>.Tuple
times List
return int>.Tuple

Initialize() public static method

public static Initialize ( ) : void
return void

UpdateAchievementInformation() public static method

public static UpdateAchievementInformation ( string>.List newAchievements ) : string>>.IEnumerable
newAchievements string>.List
return string>>.IEnumerable

UpdateCommands() public static method

public static UpdateCommands ( string>.Dictionary newCommands ) : IEnumerable
newCommands string>.Dictionary
return IEnumerable

UpdateDamage() public static method

public static UpdateDamage ( ) : void
return void

UpdateDamageInformation() public static method

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

UpdateDeaths() public static method

public static UpdateDeaths ( bool>.Dictionary newDeaths ) : bool
newDeaths bool>.Dictionary
return bool

UpdateEventInformation() public static method

public static UpdateEventInformation ( string>.List newEvents ) : string>>.IEnumerable
newEvents string>.List
return string>>.IEnumerable

UpdateExperience() public static method

public static UpdateExperience ( int>.Dictionary newExperience ) : int
newExperience int>.Dictionary
return int

UpdateLookInformation() public static method

public static UpdateLookInformation ( Dictionary lookMessages ) : IEnumerable
lookMessages Dictionary
return IEnumerable

UpdateURLs() public static method

public static UpdateURLs ( string>.Dictionary newURLs ) : void
newURLs string>.Dictionary
return void

UpdateUsedItems() public static method

public static UpdateUsedItems ( ) : void
return void