C# Class DZAwarenessAIO.Modules.TFHelper.TFHelperCalculator

Afficher le fichier Open project: DZ191/LeagueSharp Class Usage Examples

Méthodes publiques

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

Method Details

GetAllyStrength() public static méthode

Gets the ally team strength.
public static GetAllyStrength ( ) : float
Résultat float

GetEnemyStrength() public static méthode

Gets the enemy team strength.
public static GetEnemyStrength ( ) : float
Résultat float

GetHeroAvgDamage() public static méthode

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.
Résultat float

GetText() public static méthode

Gets the text to be shown in the hud.
public static GetText ( ) : string
Résultat string