C# Class AkaCore.Manager.EvadeManager.EvadeSkillshot

Mostra file Open project: Kysamaa/EloBuddy

Public Methods

Method Description
GetEvadePoints ( int speed = -1, int delay, bool isBlink = false, bool onlyGood = false ) : List
Init ( ) : void
IsSafePoint ( System.Vector2 point ) : IsSafeResult

Private Methods

Method Description
GetEvadeTargets ( EvadeSpellData spell, bool onlyGood = false, bool dontCheckForSafety = false ) : IEnumerable
IsSafePath ( List path, int timeOffset, int speed = -1, int delay ) : SafePathResult
OnDeleteMissile ( Skillshot skillshot, MissileClient missile ) : void
OnDetectSkillshot ( Skillshot skillshot ) : void
OnUpdateEvade ( EventArgs args ) : void
TryToEvade ( List hitBy, System.Vector2 to ) : void

Method Details

GetEvadePoints() public static method

public static GetEvadePoints ( int speed = -1, int delay, bool isBlink = false, bool onlyGood = false ) : List
speed int
delay int
isBlink bool
onlyGood bool
return List

Init() public static method

public static Init ( ) : void
return void

IsSafePoint() public static method

public static IsSafePoint ( System.Vector2 point ) : IsSafeResult
point System.Vector2
return IsSafeResult