Method | Description | |
---|---|---|
Janna ( ) : System |
Initializes a new instance of the Janna class.
|
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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.
|
protected GetMenuGenerator ( ) : IMenuGenerator | ||
return | IMenuGenerator |
protected OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void | ||
sender | Obj_AI_Base | The sender. |
args | GameObjectProcessSpellCastEventArgs | The |
return | void |