C# Class AutoSharp.Utils.Positioning

Datei anzeigen Open project: myo/Experimental

Public Methods

Method Description
GetAllyPaths ( ) : System.Collections.Generic.List>

Returns a clipper path list of all ally champions

GetAllyPosList ( ) : List

returns a list of all ally positions

GetEnemyPaths ( ) : System.Collections.Generic.List>

returns a clipper paths list of all enemy champion positions

GetEnemyPosList ( ) : List

returns a list of all enemy positions

Private Methods

Method Description
AllyZone ( ) : System.Collections.Generic.List>

Returns a list of points in the Ally Zone

EnemyZone ( ) : System.Collections.Generic.List>

Returns a list of points in the Enemy Zone

GetChampionRangeCircle ( Obj_AI_Hero hero ) : AutoSharp.Utils.Geometry.Circle

Returns a circle with center at hero position and radius of the highest impact range a hero has.

GetTeamPolygon ( bool allyTeam = true ) : AutoSharp.Utils.Geometry.Polygon

Returns a polygon that contains each position of a team champion

OnUpdate ( EventArgs args ) : void
UseAIMARAMPositioning ( ) : void
UseAutoSharpARAMPositioning ( ) : void

Method Details

GetAllyPaths() public static method

Returns a clipper path list of all ally champions
public static GetAllyPaths ( ) : System.Collections.Generic.List>
return System.Collections.Generic.List>

GetAllyPosList() public static method

returns a list of all ally positions
public static GetAllyPosList ( ) : List
return List

GetEnemyPaths() public static method

returns a clipper paths list of all enemy champion positions
public static GetEnemyPaths ( ) : System.Collections.Generic.List>
return System.Collections.Generic.List>

GetEnemyPosList() public static method

returns a list of all enemy positions
public static GetEnemyPosList ( ) : List
return List