Property | Type | Description | |
---|---|---|---|
EvadeSpells | EvadeSpellConfig>.Dictionary | ||
Spells | SpellConfig>.Dictionary | ||
Values | object>.Dictionary |
Method | Description | |
---|---|---|
GetBool ( ConfigValue key ) : bool | ||
GetEvadeSpell ( string key ) : |
||
GetInt ( ConfigValue key ) : int | ||
GetSpell ( string key ) : |
||
GetSpellConfig ( this spell, AdEvade.Config.Controls.SpellConfigControl control ) : |
||
KeysExist ( ) : bool | ||
OnValueChanged ( ConfigValue key, object value ) : void | ||
SetEvadeSpell ( string key, |
||
SetSpell ( string id, |
||
SetValue ( ConfigValue key, object value, bool raiseEvent = true ) : void | ||
SetValues ( object>.Dictionary |
Method | Description | |
---|---|---|
Randomize ( |
public static GetBool ( ConfigValue key ) : bool | ||
key | ConfigValue | |
return | bool |
public static GetEvadeSpell ( string key ) : |
||
key | string | |
return |
public static GetInt ( ConfigValue key ) : int | ||
key | ConfigValue | |
return | int |
public static GetSpell ( string key ) : |
||
key | string | |
return |
public static GetSpellConfig ( this spell, AdEvade.Config.Controls.SpellConfigControl control ) : |
||
spell | this | |
control | AdEvade.Config.Controls.SpellConfigControl | |
return |
public static OnValueChanged ( ConfigValue key, object value ) : void | ||
key | ConfigValue | |
value | object | |
return | void |
public static SetEvadeSpell ( string key, |
||
key | string | |
value | ||
raiseEvent | bool | |
return | void |
public static SetSpell ( string id, |
||
id | string | |
value | ||
raiseEvent | bool | |
return | void |
public static SetValue ( ConfigValue key, object value, bool raiseEvent = true ) : void | ||
key | ConfigValue | |
value | object | |
raiseEvent | bool | |
return | void |
public static SetValues ( object>.Dictionary |
||
dictionary | object>.Dictionary | |
return | void |
public static Dictionary |
||
return | EvadeSpellConfig>.Dictionary |