C# Class DZAwarenessAIO.Modules.TFHelper.TFHelperCalculator

Mostra file Open project: DZ191/LeagueSharp Class Usage Examples

Public Methods

Method 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 method

Gets the ally team strength.
public static GetAllyStrength ( ) : float
return float

GetEnemyStrength() public static method

Gets the enemy team strength.
public static GetEnemyStrength ( ) : float
return float

GetHeroAvgDamage() public static method

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.
return float

GetText() public static method

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