C# Class NidaleeBuddyEvolution.Events

Afficher le fichier Open project: KarmaPanda/EloBuddy

Méthodes publiques

Méthode Description
AutoE ( EventArgs args ) : void

Automatically Heals Player and Allies

JungleSteal ( EventArgs args ) : void

Steals Jungle Mobs

KillSteal ( EventArgs args ) : void

Steals Kills if possible

SpellsOnUpdate ( EventArgs args ) : void

Updates the spell timers on update.

Private Methods

Méthode Description
StealJungle ( Obj_AI_Base mob ) : void

Executes the Spells to steal jungle

Method Details

AutoE() public static méthode

Automatically Heals Player and Allies
public static AutoE ( EventArgs args ) : void
args System.EventArgs
Résultat void

JungleSteal() public static méthode

Steals Jungle Mobs
public static JungleSteal ( EventArgs args ) : void
args System.EventArgs
Résultat void

KillSteal() public static méthode

Steals Kills if possible
public static KillSteal ( EventArgs args ) : void
args System.EventArgs
Résultat void

SpellsOnUpdate() public static méthode

Updates the spell timers on update.
public static SpellsOnUpdate ( EventArgs args ) : void
args System.EventArgs The Args
Résultat void