Configuration

Undocumented in source.

Members

Functions

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.

Static variables

none
Configuration none;

Same as init but might make nicer code.

Variables

base
JSONValue base;

JSON containing base configuration formatted as {component:{key:value pairs}}

Meta