C# Class DZLib.Menu.ModesMenuExtensions

Afficher le fichier Open project: DZ191/LeagueSharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetFullNameFromMode ( Mode mode ) : String
GetStringFromMode ( Mode mode ) : String

Method Details

AddDrawMenu() public static méthode

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

AddHeroMenu() public static méthode

public static AddHeroMenu ( this menu, string menuDisplayName, string name, bool allies ) : void
menu this
menuDisplayName string
name string
allies bool
Résultat void

AddHitChanceSelector() public static méthode

public static AddHitChanceSelector ( this menu ) : void
menu this
Résultat void

AddManaManager() public static méthode

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

AddModeMenu() public static méthode

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

GetCurrentBaseName() public static méthode

public static GetCurrentBaseName ( ) : string
Résultat string

GetStringFromSpellSlot() public static méthode

public static GetStringFromSpellSlot ( SpellSlot sp ) : String
sp SpellSlot
Résultat String

SetBaseName() public static méthode

public static SetBaseName ( string name ) : void
name string
Résultat void