C# 클래스 NidaleeTheBestialHuntress.HealManager

파일 보기 프로젝트 열기: blacky/LeagueSharp 1 사용 예제들

공개 메소드들

메소드 설명
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