voxelman v0.7.0 (2016-08-22T15:41:17Z)
Dub
Repo
ConfigOption
voxelman
config
configmanager
Undocumented in source.
final
class
ConfigOption {
this
(Variant value, Variant defaultValue);
T
get
();
T
set
(T newValue);
Variant
value
;
Variant
defaultValue
;
}
Constructors
this
this
(Variant value, Variant 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
Variant
defaultValue
;
Undocumented in source.
value
Variant
value
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
config
configmanager
classes
ConfigManager
ConfigOption