C# Class NidaleeTheBestialHuntress.HealManager

Afficher le fichier Open project: blacky/LeagueSharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

CreateMenu() public méthode

Actually creates the menu
public CreateMenu ( ) : void
Résultat void

GetHealingSpell() public méthode

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

HealAllies() public méthode

Heal allies, according to which allies are closest.
public HealAllies ( ) : void
Résultat void

HealManager() public méthode

Creates a new instance of Heal Manager
public HealManager ( ) : System
Résultat System

HealSelf() public méthode

Heal our player
public HealSelf ( ) : void
Résultat void

IsCompatibleChampion() public méthode

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