C# Class DZLib.Positioning.PositioningHelper

Show file Open project: DZ191/LeagueSharp Class Usage Examples

Public Methods

Method Description
GetAvgDistanceFromAllyTeam ( System.Vector3 from, float MaxRange = 1200f ) : float
GetAvgDistanceFromEnemyTeam ( System.Vector3 from, float MaxRange = 1200f ) : float
GetClosestAlly ( float MaxRange, System.Vector3 from = default(Vector3) ) : Obj_AI_Hero
GetClosestEnemy ( float MaxRange, System.Vector3 from = default(Vector3) ) : Obj_AI_Hero
GetEnemyZoneList ( bool dynamic = true ) : List
GetRotatedPositions ( System.Vector3 from, float range, float angle, int step ) : List

Method Details

GetAvgDistanceFromAllyTeam() public static method

public static GetAvgDistanceFromAllyTeam ( System.Vector3 from, float MaxRange = 1200f ) : float
from System.Vector3
MaxRange float
return float

GetAvgDistanceFromEnemyTeam() public static method

public static GetAvgDistanceFromEnemyTeam ( System.Vector3 from, float MaxRange = 1200f ) : float
from System.Vector3
MaxRange float
return float

GetClosestAlly() public static method

public static GetClosestAlly ( float MaxRange, System.Vector3 from = default(Vector3) ) : Obj_AI_Hero
MaxRange float
from System.Vector3
return Obj_AI_Hero

GetClosestEnemy() public static method

public static GetClosestEnemy ( float MaxRange, System.Vector3 from = default(Vector3) ) : Obj_AI_Hero
MaxRange float
from System.Vector3
return Obj_AI_Hero

GetEnemyZoneList() public static method

public static GetEnemyZoneList ( bool dynamic = true ) : List
dynamic bool
return List

GetRotatedPositions() public static method

public static GetRotatedPositions ( System.Vector3 from, float range, float angle, int step ) : List
from System.Vector3
range float
angle float
step int
return List