C# Class VayneHunter_Reborn.Skills.Condemn.InterrupterGapcloser

Datei anzeigen Open project: DZ191/LeagueSharp Class Usage Examples

Public Methods

Method Description
GetSelectedPosition ( System.Vector3 pos, float range, int type ) : System.Vector3
OnLoad ( ) : void

Private Methods

Method Description
GameObject_OnCreate ( GameObject sender, EventArgs args ) : void
Obj_AI_Base_OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnEnemyGapcloser ( ActiveGapcloser gapcloser, SpellSlot slot ) : void
OnInterruptableTarget ( Obj_AI_Hero sender, LeagueSharp.Common.Interrupter2 args ) : void

Method Details

GetSelectedPosition() public static method

public static GetSelectedPosition ( System.Vector3 pos, float range, int type ) : System.Vector3
pos System.Vector3
range float
type int
return System.Vector3

OnLoad() public static method

public static OnLoad ( ) : void
return void