C# 클래스 DZAwarenessAIO.Modules.TFHelper.TFHelperCalculator

파일 보기 프로젝트 열기: DZ191/LeagueSharp 1 사용 예제들

공개 메소드들

메소드 설명
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