C# 클래스 AutoSharp.Plugins.Blitzcrank

상속: PluginBase
파일 보기 프로젝트 열기: myo/Experimental

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Blitzcrank ( ) : System
ComboMenu ( LeagueSharp.Common.Menu config ) : void
HarassMenu ( LeagueSharp.Common.Menu config ) : void
InterruptMenu ( LeagueSharp.Common.Menu config ) : void
MiscMenu ( LeagueSharp.Common.Menu config ) : void
OnAfterAttack ( AttackableUnit unit, AttackableUnit target ) : void
OnEnemyGapcloser ( LeagueSharp.Common.ActiveGapcloser gapcloser ) : void
OnPossibleToInterrupt ( Obj_AI_Hero unit, LeagueSharp.Common.Interrupter2 spell ) : void
OnUpdate ( EventArgs args ) : void

메소드 상세

Blitzcrank() 공개 메소드

public Blitzcrank ( ) : System
리턴 System

ComboMenu() 공개 메소드

public ComboMenu ( LeagueSharp.Common.Menu config ) : void
config LeagueSharp.Common.Menu
리턴 void

HarassMenu() 공개 메소드

public HarassMenu ( LeagueSharp.Common.Menu config ) : void
config LeagueSharp.Common.Menu
리턴 void

InterruptMenu() 공개 메소드

public InterruptMenu ( LeagueSharp.Common.Menu config ) : void
config LeagueSharp.Common.Menu
리턴 void

MiscMenu() 공개 메소드

public MiscMenu ( LeagueSharp.Common.Menu config ) : void
config LeagueSharp.Common.Menu
리턴 void

OnAfterAttack() 공개 메소드

public OnAfterAttack ( AttackableUnit unit, AttackableUnit target ) : void
unit AttackableUnit
target AttackableUnit
리턴 void

OnEnemyGapcloser() 공개 메소드

public OnEnemyGapcloser ( LeagueSharp.Common.ActiveGapcloser gapcloser ) : void
gapcloser LeagueSharp.Common.ActiveGapcloser
리턴 void

OnPossibleToInterrupt() 공개 메소드

public OnPossibleToInterrupt ( Obj_AI_Hero unit, LeagueSharp.Common.Interrupter2 spell ) : void
unit Obj_AI_Hero
spell LeagueSharp.Common.Interrupter2
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( EventArgs args ) : void
args System.EventArgs
리턴 void