Méthode | Description | |
---|---|---|
GetSpells ( ) : Spell>.Dictionary |
Gets the spells dictionary for the champion.
|
|
OnLoad ( ) : void |
Called when the Champion Module gets loaded.
|
Méthode | 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.
|
Méthode | Description | |
---|---|---|
AfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void |
Delegate to the OnDoCast event
|
|
LoadSpells ( ) : void |
Loads the dictionary of the spells using informations from the spell database.
|
|
OnStealth ( object sender, LeagueSharp.SDK.Events e ) : void |
Called when an unit goes into stealth.
|
|
OnUpdate ( |
Raises the E:Update event.
|
protected abstract GetMenuGenerator ( ) : IMenuGenerator | ||
Résultat | IMenuGenerator |
protected abstract OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void | ||
sender | Obj_AI_Base | The sender. |
args | GameObjectProcessSpellCastEventArgs | The |
Résultat | void |