C# Class NidaleeBuddyEvolution.Events

Exibir arquivo Open project: KarmaPanda/EloBuddy

Public Methods

Method 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

Method Description
StealJungle ( Obj_AI_Base mob ) : void

Executes the Spells to steal jungle

Method Details

AutoE() public static method

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

JungleSteal() public static method

Steals Jungle Mobs
public static JungleSteal ( EventArgs args ) : void
args System.EventArgs
return void

KillSteal() public static method

Steals Kills if possible
public static KillSteal ( EventArgs args ) : void
args System.EventArgs
return void

SpellsOnUpdate() public static method

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