|
Rebel Fork Framework
|
Configuration parameter description. More...
#include <Urho3D/Engine/ConfigFile.h>
Public Member Functions | |
| ConfigVariableDefinition & | SetDefault (const Variant &value) |
| ConfigVariableDefinition & | SetOptional (VariantType type) |
| ConfigVariableDefinition & | Overridable () |
| ConfigVariableDefinition & | CommandLinePriority () |
| template<class T > | |
| ConfigVariableDefinition & | SetOptional () |
Public Attributes | |
| bool | overridable_ {} |
| Whether to allow overriding this parameter in user configuration. | |
| bool | commandLinePriority_ {} |
| Whether this parameter should be applied as soon as possible when specified in the command line. | |
| Variant | defaultValue_ {} |
| Default value of the variable. Also defines variable type. | |
| VariantType | type_ {} |
| Type of the variable. May be different from default value type if default value is null. | |
Configuration parameter description.