C# 클래스 DZLib.Menu.ModesMenuExtensions

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

공개 메소드들

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

비공개 메소드들

메소드 설명
GetFullNameFromMode ( Mode mode ) : String
GetStringFromMode ( Mode mode ) : String

메소드 상세

AddDrawMenu() 공개 정적인 메소드

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

AddHeroMenu() 공개 정적인 메소드

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

AddHitChanceSelector() 공개 정적인 메소드

public static AddHitChanceSelector ( this menu ) : void
menu this
리턴 void

AddManaManager() 공개 정적인 메소드

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

AddModeMenu() 공개 정적인 메소드

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

GetCurrentBaseName() 공개 정적인 메소드

public static GetCurrentBaseName ( ) : string
리턴 string

GetStringFromSpellSlot() 공개 정적인 메소드

public static GetStringFromSpellSlot ( SpellSlot sp ) : String
sp SpellSlot
리턴 String

SetBaseName() 공개 정적인 메소드

public static SetBaseName ( string name ) : void
name string
리턴 void