C# Class NidaleeTheBestialHuntress.HealManager

Mostra file Open project: blacky/LeagueSharp Class Usage Examples

Public Methods

Method Description
AddToMenu ( LeagueSharp.Common.Menu &attachMenu ) : void

Adds the options to the main menu

CreateMenu ( ) : void

Actually creates the menu

GetHealingSpell ( ) : LeagueSharp.Common.Spell

Gets the spell that the player will use to heal with.

HealAllies ( ) : void

Heal allies, according to which allies are closest.

HealManager ( ) : System

Creates a new instance of Heal Manager

HealSelf ( ) : void

Heal our player

IsCompatibleChampion ( ) : bool

Checks if the player is playing a champion that has a healing effect

Private Methods

Method Description
OnGameUpdate ( EventArgs args ) : void

The Update method, in this we are calling the healing methods if the conditions are met.

Method Details

AddToMenu() public method

Adds the options to the main menu
public AddToMenu ( LeagueSharp.Common.Menu &attachMenu ) : void
attachMenu LeagueSharp.Common.Menu
return void

CreateMenu() public method

Actually creates the menu
public CreateMenu ( ) : void
return void

GetHealingSpell() public method

Gets the spell that the player will use to heal with.
public GetHealingSpell ( ) : LeagueSharp.Common.Spell
return LeagueSharp.Common.Spell

HealAllies() public method

Heal allies, according to which allies are closest.
public HealAllies ( ) : void
return void

HealManager() public method

Creates a new instance of Heal Manager
public HealManager ( ) : System
return System

HealSelf() public method

Heal our player
public HealSelf ( ) : void
return void

IsCompatibleChampion() public method

Checks if the player is playing a champion that has a healing effect
public IsCompatibleChampion ( ) : bool
return bool