C# Class iSeriesReborn.Champions.Jinx.Jinx

Jinx champion main class
Inheritance: ChampionBase
Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

Méthode Description
GetModules ( ) : List
GetSpells ( ) : Spell>.Dictionary

Méthodes protégées

Méthode Description
LoadMenu ( ) : void
OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnChampLoad ( ) : void
OnCombo ( ) : void
OnLaneClear ( ) : void
OnLastHit ( ) : void
OnMixed ( ) : void
OnTick ( ) : void

Method Details

GetModules() public méthode

public GetModules ( ) : List
Résultat List

GetSpells() public méthode

public GetSpells ( ) : Spell>.Dictionary
Résultat Spell>.Dictionary

LoadMenu() protected méthode

protected LoadMenu ( ) : void
Résultat void

OnAfterAttack() protected méthode

protected OnAfterAttack ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base
args GameObjectProcessSpellCastEventArgs
Résultat void

OnChampLoad() protected méthode

protected OnChampLoad ( ) : void
Résultat void

OnCombo() protected méthode

protected OnCombo ( ) : void
Résultat void

OnLaneClear() protected méthode

protected OnLaneClear ( ) : void
Résultat void

OnLastHit() protected méthode

protected OnLastHit ( ) : void
Résultat void

OnMixed() protected méthode

protected OnMixed ( ) : void
Résultat void

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void