- get
bool get(string component, string key, JSONValue val)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get(string component, string key, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadBase
void loadBase(Configuration global)
Loads unset keys from global, keeps existing keys
- set
bool set(string component, string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.