C# Class AdEvade.Config.Properties

Afficher le fichier Open project: coman3/EloBuddy.Addons

Méthodes publiques

Свойство Type Description
EvadeSpells EvadeSpellConfig>.Dictionary
Spells SpellConfig>.Dictionary
Values object>.Dictionary

Méthodes publiques

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

Private Methods

Méthode Description
Randomize ( SpellConfig spellConfig ) : SpellConfig

Method Details

GetBool() public static méthode

public static GetBool ( ConfigValue key ) : bool
key ConfigValue
Résultat bool

GetEvadeSpell() public static méthode

public static GetEvadeSpell ( string key ) : EvadeSpellConfig
key string
Résultat EvadeSpellConfig

GetInt() public static méthode

public static GetInt ( ConfigValue key ) : int
key ConfigValue
Résultat int

GetSpell() public static méthode

public static GetSpell ( string key ) : SpellConfig
key string
Résultat SpellConfig

GetSpellConfig() public static méthode

public static GetSpellConfig ( this spell, AdEvade.Config.Controls.SpellConfigControl control ) : SpellConfig
spell this
control AdEvade.Config.Controls.SpellConfigControl
Résultat SpellConfig

KeysExist() public static méthode

public static KeysExist ( ) : bool
Résultat bool

OnValueChanged() public static méthode

public static OnValueChanged ( ConfigValue key, object value ) : void
key ConfigValue
value object
Résultat void

SetEvadeSpell() public static méthode

public static SetEvadeSpell ( string key, EvadeSpellConfig value, bool raiseEvent = true ) : void
key string
value EvadeSpellConfig
raiseEvent bool
Résultat void

SetSpell() public static méthode

public static SetSpell ( string id, SpellConfig value, bool raiseEvent = true ) : void
id string
value SpellConfig
raiseEvent bool
Résultat void

SetValue() public static méthode

public static SetValue ( ConfigValue key, object value, bool raiseEvent = true ) : void
key ConfigValue
value object
raiseEvent bool
Résultat void

SetValues() public static méthode

public static SetValues ( object>.Dictionary dictionary ) : void
dictionary object>.Dictionary
Résultat void

Property Details

EvadeSpells public_oe static_oe property

public static Dictionary EvadeSpells
Résultat EvadeSpellConfig>.Dictionary

Spells public_oe static_oe property

public static Dictionary Spells
Résultat SpellConfig>.Dictionary

Values public_oe static_oe property

public static Dictionary Values
Résultat object>.Dictionary