Config

Undocumented in source.

Members

Functions

append
void append(string key, string value, bool platformSpecific)
Undocumented in source. Be warned that the author may not have intended to support it.
get
string get(string key, bool platformSpecific)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(string key, bool platformSpecific)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string key, string value, bool platformSpecific)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
string[string] data;
Undocumented in source.

Meta