voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
ConfigOption
voxelman
config
configmanager
Undocumented in source.
final
class
ConfigOption {
this
(ConfigValue value, ConfigValue defaultValue);
T
get
();
T
set
(T newValue);
ConfigValue
value
;
ConfigValue
defaultValue
;
}
Constructors
this
this
(ConfigValue value, ConfigValue defaultValue)
Undocumented in source.
Members
Functions
get
T
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
set
T
set
(T newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
defaultValue
ConfigValue
defaultValue
;
Undocumented in source.
value
ConfigValue
value
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
config
configmanager
aliases
ConfigValue
classes
ConfigManager
ConfigOption
functions
parseSingle