C# Class DZLib.Menu.ModesMenuExtensions

Show file Open project: DZ191/LeagueSharp Class Usage Examples

Public Methods

Method Description
AddDrawMenu ( this menu, Spell>.Dictionary dictionary, Color myColor ) : void
AddHeroMenu ( this menu, string menuDisplayName, string name, bool allies ) : void
AddHitChanceSelector ( this menu ) : void
AddManaManager ( this menu, Mode mode, SpellSlot spellList, int manaCosts ) : void
AddModeMenu ( this menu, Mode mode, SpellSlot spellList, bool values ) : void
GetCurrentBaseName ( ) : string
GetStringFromSpellSlot ( SpellSlot sp ) : String
SetBaseName ( string name ) : void

Private Methods

Method Description
GetFullNameFromMode ( Mode mode ) : String
GetStringFromMode ( Mode mode ) : String

Method Details

AddDrawMenu() public static method

public static AddDrawMenu ( this menu, Spell>.Dictionary dictionary, Color myColor ) : void
menu this
dictionary Spell>.Dictionary
myColor Color
return void

AddHeroMenu() public static method

public static AddHeroMenu ( this menu, string menuDisplayName, string name, bool allies ) : void
menu this
menuDisplayName string
name string
allies bool
return void

AddHitChanceSelector() public static method

public static AddHitChanceSelector ( this menu ) : void
menu this
return void

AddManaManager() public static method

public static AddManaManager ( this menu, Mode mode, SpellSlot spellList, int manaCosts ) : void
menu this
mode Mode
spellList SpellSlot
manaCosts int
return void

AddModeMenu() public static method

public static AddModeMenu ( this menu, Mode mode, SpellSlot spellList, bool values ) : void
menu this
mode Mode
spellList SpellSlot
values bool
return void

GetCurrentBaseName() public static method

public static GetCurrentBaseName ( ) : string
return string

GetStringFromSpellSlot() public static method

public static GetStringFromSpellSlot ( SpellSlot sp ) : String
sp SpellSlot
return String

SetBaseName() public static method

public static SetBaseName ( string name ) : void
name string
return void