C# Класс Tibialyzer.GlobalDataManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
UpdateTimer_Tick ( ) : void

Описание методов

AddLevelAdvance() публичный статический Метод

public static AddLevelAdvance ( string logMessage ) : bool
logMessage string
Результат bool

AddLootValue() публичный статический Метод

public static AddLootValue ( long value ) : void
value long
Результат void

ClearLootValue() публичный статический Метод

public static ClearLootValue ( ) : void
Результат void

GenerateDamageResults() публичный статический Метод

public static GenerateDamageResults ( DamageResult>.Dictionary damageResults, List times, bool healing = false ) : void
damageResults DamageResult>.Dictionary
times List
healing bool
Результат void

GenerateDamageTakenResults() публичный статический Метод

public static GenerateDamageTakenResults ( DamageResult>.Dictionary damageResults, List times ) : void
damageResults DamageResult>.Dictionary
times List
Результат void

GetExperience() публичный статический Метод

public static GetExperience ( ) : int>>.IEnumerable
Результат int>>.IEnumerable

GetExperiencePerHour() публичный статический Метод

public static GetExperiencePerHour ( ) : int
Результат int

GetLookInformation() публичный статический Метод

public static GetLookInformation ( List times ) : IEnumerable
times List
Результат IEnumerable

GetLootValue() публичный статический Метод

public static GetLootValue ( ) : long
Результат long

GetRecentCommands() публичный статический Метод

public static GetRecentCommands ( int type, int max_entries = 15 ) : string>>.List
type int
max_entries int
Результат string>>.List

GetTotalExperience() публичный статический Метод

public static GetTotalExperience ( List times ) : int>.Tuple
times List
Результат int>.Tuple

Initialize() публичный статический Метод

public static Initialize ( ) : void
Результат void

UpdateAchievementInformation() публичный статический Метод

public static UpdateAchievementInformation ( string>.List newAchievements ) : string>>.IEnumerable
newAchievements string>.List
Результат string>>.IEnumerable

UpdateCommands() публичный статический Метод

public static UpdateCommands ( string>.Dictionary newCommands ) : IEnumerable
newCommands string>.Dictionary
Результат IEnumerable

UpdateDamage() публичный статический Метод

public static UpdateDamage ( ) : void
Результат void

UpdateDamageInformation() публичный статический Метод

public static UpdateDamageInformation ( DamageEntry>.Dictionary damageDealt, bool healing = false ) : bool
damageDealt DamageEntry>.Dictionary
healing bool
Результат bool

UpdateDeaths() публичный статический Метод

public static UpdateDeaths ( bool>.Dictionary newDeaths ) : bool
newDeaths bool>.Dictionary
Результат bool

UpdateEventInformation() публичный статический Метод

public static UpdateEventInformation ( string>.List newEvents ) : string>>.IEnumerable
newEvents string>.List
Результат string>>.IEnumerable

UpdateExperience() публичный статический Метод

public static UpdateExperience ( int>.Dictionary newExperience ) : int
newExperience int>.Dictionary
Результат int

UpdateLookInformation() публичный статический Метод

public static UpdateLookInformation ( Dictionary lookMessages ) : IEnumerable
lookMessages Dictionary
Результат IEnumerable

UpdateURLs() публичный статический Метод

public static UpdateURLs ( string>.Dictionary newURLs ) : void
newURLs string>.Dictionary
Результат void

UpdateUsedItems() публичный статический Метод

public static UpdateUsedItems ( ) : void
Результат void