C# Class Reborn_Leona.Extensions

Mostrar archivo Open project: Enochen/EloBuddy

Public Methods

Method Description
GetBestRPos ( this targetPosition ) : int>.KeyValuePair
GetBestRPos ( this targetPosition, GameObject targetEnemy ) : int>.KeyValuePair
GetRHits ( this castPosition ) : int
GetRHits ( this castPosition, GameObject targetEnemy ) : int
GetStunDuration ( this target ) : int
HasSpellShield ( this target ) : bool
HasUndyingBuff ( this target ) : bool
TotalShieldHealth ( this target ) : float

Method Details

GetBestRPos() public static method

public static GetBestRPos ( this targetPosition ) : int>.KeyValuePair
targetPosition this
return int>.KeyValuePair

GetBestRPos() public static method

public static GetBestRPos ( this targetPosition, GameObject targetEnemy ) : int>.KeyValuePair
targetPosition this
targetEnemy GameObject
return int>.KeyValuePair

GetRHits() public static method

public static GetRHits ( this castPosition ) : int
castPosition this
return int

GetRHits() public static method

public static GetRHits ( this castPosition, GameObject targetEnemy ) : int
castPosition this
targetEnemy GameObject
return int

GetStunDuration() public static method

public static GetStunDuration ( this target ) : int
target this
return int

HasSpellShield() public static method

public static HasSpellShield ( this target ) : bool
target this
return bool

HasUndyingBuff() public static method

public static HasUndyingBuff ( this target ) : bool
target this
return bool

TotalShieldHealth() public static method

public static TotalShieldHealth ( this target ) : float
target this
return float