C# Класс NidaleeTheBestialHuntress.HealManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
OnGameUpdate ( EventArgs args ) : void

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

Описание методов

AddToMenu() публичный Метод

Adds the options to the main menu
public AddToMenu ( LeagueSharp.Common.Menu &attachMenu ) : void
attachMenu LeagueSharp.Common.Menu
Результат void

CreateMenu() публичный Метод

Actually creates the menu
public CreateMenu ( ) : void
Результат void

GetHealingSpell() публичный Метод

Gets the spell that the player will use to heal with.
public GetHealingSpell ( ) : LeagueSharp.Common.Spell
Результат LeagueSharp.Common.Spell

HealAllies() публичный Метод

Heal allies, according to which allies are closest.
public HealAllies ( ) : void
Результат void

HealManager() публичный Метод

Creates a new instance of Heal Manager
public HealManager ( ) : System
Результат System

HealSelf() публичный Метод

Heal our player
public HealSelf ( ) : void
Результат void

IsCompatibleChampion() публичный Метод

Checks if the player is playing a champion that has a healing effect
public IsCompatibleChampion ( ) : bool
Результат bool