C# Класс DZAwarenessAIO.Modules.TFHelper.TFHelperCalculator

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

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

Метод Описание
GetAllyStrength ( ) : float

Gets the ally team strength.

GetEnemyStrength ( ) : float

Gets the enemy team strength.

GetHeroAvgDamage ( Obj_AI_Hero player, List Enemies ) : float

Gets the hero average damage to the opposing team.

GetText ( ) : string

Gets the text to be shown in the hud.

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

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

Gets the ally team strength.
public static GetAllyStrength ( ) : float
Результат float

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

Gets the enemy team strength.
public static GetEnemyStrength ( ) : float
Результат float

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

Gets the hero average damage to the opposing team.
public static GetHeroAvgDamage ( Obj_AI_Hero player, List Enemies ) : float
player Obj_AI_Hero The player.
Enemies List The enemies.
Результат float

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

Gets the text to be shown in the hud.
public static GetText ( ) : string
Результат string