C# Class iDZEzreal.Ezreal

ファイルを表示 Open project: DZ191/LeagueSharp Class Usage Examples

Public Methods

Method Description
CanExecuteTarget ( Obj_AI_Base target ) : bool
OnLoad ( ) : void

Private Methods

Method Description
LoadEvents ( ) : void
LoadModules ( ) : void
LoadSpells ( ) : void
OnCombo ( ) : void
OnDraw ( EventArgs args ) : void
OnEnemyGapcloser ( DZLib gapcloser ) : void
OnFarm ( ) : void
OnMixed ( ) : void
OnUpdate ( EventArgs args ) : void
OnUpdateFunctions ( ) : void
OrbwalkingOnAfterAttack ( AttackableUnit unit, AttackableUnit target1 ) : void

Method Details

CanExecuteTarget() public static method

public static CanExecuteTarget ( Obj_AI_Base target ) : bool
target Obj_AI_Base
return bool

OnLoad() public static method

public static OnLoad ( ) : void
return void