C# Class NidaleeTheBestialHuntress.ManaManager

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

CanDoCombo ( ) : bool
CanHarass ( ) : bool
CanLaneclear ( ) : bool
CanUseSpell ( LeagueSharp.Common.Spell spell ) : bool
CreateMenu ( ) : void

Actually creates the menu

ManaManager ( ) : LeagueSharp

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

CanDoCombo() public méthode

public CanDoCombo ( ) : bool
Résultat bool

CanHarass() public méthode

public CanHarass ( ) : bool
Résultat bool

CanLaneclear() public méthode

public CanLaneclear ( ) : bool
Résultat bool

CanUseSpell() public méthode

public CanUseSpell ( LeagueSharp.Common.Spell spell ) : bool
spell LeagueSharp.Common.Spell
Résultat bool

CreateMenu() public méthode

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

ManaManager() public méthode

public ManaManager ( ) : LeagueSharp
Résultat LeagueSharp