C# Class SOLOVayne.Utility.General.SOLOMenuExtensions

Datei anzeigen Open project: DZ191/LeagueSharp

Public Methods

Method Description
AddChampMenu ( this mainMenu, bool defValue ) : List

Adds the champ menu.

AddManaManager ( this mainMenu, SpellSlot slot, LeagueSharp.Common.Orbwalking Mode, int defMana ) : MenuItem

Adds the mana manager.

AddModeMenu ( this mainMenu, LeagueSharp.Common.Orbwalking Mode ) : LeagueSharp.Common.Menu

Adds the mode menu.

AddSkill ( this mainMenu, SpellSlot slot, LeagueSharp.Common.Orbwalking Mode, bool defaultValue = true, int defMana = 20, bool addMM = true ) : MenuItem

Adds a skill.

IsEnabledAndReady ( this Spell, bool checkMana = true ) : bool

Determines whether the skills is enabled and ready.

Private Methods

Method Description
AddManaManagerMenu ( this mainMenu, LeagueSharp.Common.Orbwalking Mode ) : LeagueSharp.Common.Menu

Adds the mana manager menu.

Method Details

AddChampMenu() public static method

Adds the champ menu.
public static AddChampMenu ( this mainMenu, bool defValue ) : List
mainMenu this The main menu.
defValue bool if set to true [definition value].
return List

AddManaManager() public static method

Adds the mana manager.
public static AddManaManager ( this mainMenu, SpellSlot slot, LeagueSharp.Common.Orbwalking Mode, int defMana ) : MenuItem
mainMenu this The main menu.
slot SpellSlot The slot.
Mode LeagueSharp.Common.Orbwalking The mode.
defMana int The definition mana.
return MenuItem

AddModeMenu() public static method

Adds the mode menu.
public static AddModeMenu ( this mainMenu, LeagueSharp.Common.Orbwalking Mode ) : LeagueSharp.Common.Menu
mainMenu this The main menu.
Mode LeagueSharp.Common.Orbwalking The mode.
return LeagueSharp.Common.Menu

AddSkill() public static method

Adds a skill.
public static AddSkill ( this mainMenu, SpellSlot slot, LeagueSharp.Common.Orbwalking Mode, bool defaultValue = true, int defMana = 20, bool addMM = true ) : MenuItem
mainMenu this The main menu.
slot SpellSlot The slot.
Mode LeagueSharp.Common.Orbwalking The mode.
defaultValue bool if set to true [default value].
defMana int The definition mana.
addMM bool if set to true [add mm].
return MenuItem

IsEnabledAndReady() public static method

Determines whether the skills is enabled and ready.
public static IsEnabledAndReady ( this Spell, bool checkMana = true ) : bool
Spell this The spell.
checkMana bool if set to true also checks for the mana condition.
return bool