Метод | Описание | |
---|---|---|
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 ( |
The Update method, in this we are calling the healing methods if the conditions are met.
|
public AddToMenu ( LeagueSharp.Common.Menu &attachMenu ) : void | ||
attachMenu | LeagueSharp.Common.Menu | |
Результат | void |
public GetHealingSpell ( ) : LeagueSharp.Common.Spell | ||
Результат | LeagueSharp.Common.Spell |