C# 클래스 SDKAIO.Champions.Janna.Janna

This class handles the Janna champion.
상속: ChampionBase
파일 보기 프로젝트 열기: DZ191/LeagueSharp

공개 메소드들

메소드 설명
Janna ( ) : System

Initializes a new instance of the Janna class.

보호된 메소드들

메소드 설명
GetMenuGenerator ( ) : IMenuGenerator

Gets the MenuGenerator instance for the current champion.

OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void

Called when the unit finishes the windup time for the AutoAttack.

OnChampLoad ( ) : void

Called when the Champion Module is loaded.

OnCombo ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.Combo.

OnHybrid ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.Hybrid.

OnLaneClear ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.LaneClear.

OnLastHit ( ) : void

Called when the Active mode of the Orbwalker is OrbwalkingMode.LastHit.

OnTick ( ) : void

Called every tick of the Game.

비공개 메소드들

메소드 설명
OnGapcloser ( object sender, LeagueSharp.SDK.Events e ) : void

Called when an enemy gapcloses on the player.

OnInterruptableTarget ( object sender, LeagueSharp.SDK.Events e ) : void

Called when an interruptable target is in range.

OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void

Called when a spell is processed by the game after its casting (After a spell)

OnTeleport ( object sender, LeagueSharp.SDK.TeleportEventArgs e ) : void
OnTurretAttack ( object sender, LeagueSharp.SDK.TurretArgs e ) : void

Called when a turret firest an Attack.

메소드 상세

GetMenuGenerator() 보호된 메소드

Gets the MenuGenerator instance for the current champion.
protected GetMenuGenerator ( ) : IMenuGenerator
리턴 IMenuGenerator

Janna() 공개 메소드

Initializes a new instance of the Janna class.
public Janna ( ) : System
리턴 System

OnAfterAttack() 보호된 메소드

Called when the unit finishes the windup time for the AutoAttack.
protected OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base The sender.
args GameObjectProcessSpellCastEventArgs The instance containing the event data.
리턴 void

OnChampLoad() 보호된 메소드

Called when the Champion Module is loaded.
protected OnChampLoad ( ) : void
리턴 void

OnCombo() 보호된 메소드

Called when the Active mode of the Orbwalker is OrbwalkingMode.Combo.
protected OnCombo ( ) : void
리턴 void

OnHybrid() 보호된 메소드

Called when the Active mode of the Orbwalker is OrbwalkingMode.Hybrid.
protected OnHybrid ( ) : void
리턴 void

OnLaneClear() 보호된 메소드

Called when the Active mode of the Orbwalker is OrbwalkingMode.LaneClear.
protected OnLaneClear ( ) : void
리턴 void

OnLastHit() 보호된 메소드

Called when the Active mode of the Orbwalker is OrbwalkingMode.LastHit.
protected OnLastHit ( ) : void
리턴 void

OnTick() 보호된 메소드

Called every tick of the Game.
protected OnTick ( ) : void
리턴 void