C# 클래스 AdEvade.Config.Properties

파일 보기 프로젝트 열기: coman3/EloBuddy.Addons

공개 프로퍼티들

프로퍼티 타입 설명
EvadeSpells EvadeSpellConfig>.Dictionary
Spells SpellConfig>.Dictionary
Values object>.Dictionary

공개 메소드들

메소드 설명
GetBool ( ConfigValue key ) : bool
GetEvadeSpell ( string key ) : EvadeSpellConfig
GetInt ( ConfigValue key ) : int
GetSpell ( string key ) : SpellConfig
GetSpellConfig ( this spell, AdEvade.Config.Controls.SpellConfigControl control ) : SpellConfig
KeysExist ( ) : bool
OnValueChanged ( ConfigValue key, object value ) : void
SetEvadeSpell ( string key, EvadeSpellConfig value, bool raiseEvent = true ) : void
SetSpell ( string id, SpellConfig value, bool raiseEvent = true ) : void
SetValue ( ConfigValue key, object value, bool raiseEvent = true ) : void
SetValues ( object>.Dictionary dictionary ) : void

비공개 메소드들

메소드 설명
Randomize ( SpellConfig spellConfig ) : SpellConfig

메소드 상세

GetBool() 공개 정적인 메소드

public static GetBool ( ConfigValue key ) : bool
key ConfigValue
리턴 bool

GetEvadeSpell() 공개 정적인 메소드

public static GetEvadeSpell ( string key ) : EvadeSpellConfig
key string
리턴 EvadeSpellConfig

GetInt() 공개 정적인 메소드

public static GetInt ( ConfigValue key ) : int
key ConfigValue
리턴 int

GetSpell() 공개 정적인 메소드

public static GetSpell ( string key ) : SpellConfig
key string
리턴 SpellConfig

GetSpellConfig() 공개 정적인 메소드

public static GetSpellConfig ( this spell, AdEvade.Config.Controls.SpellConfigControl control ) : SpellConfig
spell this
control AdEvade.Config.Controls.SpellConfigControl
리턴 SpellConfig

KeysExist() 공개 정적인 메소드

public static KeysExist ( ) : bool
리턴 bool

OnValueChanged() 공개 정적인 메소드

public static OnValueChanged ( ConfigValue key, object value ) : void
key ConfigValue
value object
리턴 void

SetEvadeSpell() 공개 정적인 메소드

public static SetEvadeSpell ( string key, EvadeSpellConfig value, bool raiseEvent = true ) : void
key string
value EvadeSpellConfig
raiseEvent bool
리턴 void

SetSpell() 공개 정적인 메소드

public static SetSpell ( string id, SpellConfig value, bool raiseEvent = true ) : void
id string
value SpellConfig
raiseEvent bool
리턴 void

SetValue() 공개 정적인 메소드

public static SetValue ( ConfigValue key, object value, bool raiseEvent = true ) : void
key ConfigValue
value object
raiseEvent bool
리턴 void

SetValues() 공개 정적인 메소드

public static SetValues ( object>.Dictionary dictionary ) : void
dictionary object>.Dictionary
리턴 void

프로퍼티 상세

EvadeSpells 공개적으로 정적으로 프로퍼티

public static Dictionary EvadeSpells
리턴 EvadeSpellConfig>.Dictionary

Spells 공개적으로 정적으로 프로퍼티

public static Dictionary Spells
리턴 SpellConfig>.Dictionary

Values 공개적으로 정적으로 프로퍼티

public static Dictionary Values
리턴 object>.Dictionary