Rebel Fork Framework
Urho3D::ConfigVariableDefinition Struct Reference

Configuration parameter description. More...

#include <Urho3D/Engine/ConfigFile.h>

Public Member Functions

ConfigVariableDefinitionSetDefault (const Variant &value)
 
ConfigVariableDefinitionSetOptional (VariantType type)
 
ConfigVariableDefinitionOverridable ()
 
ConfigVariableDefinitionCommandLinePriority ()
 
template<class T >
ConfigVariableDefinitionSetOptional ()
 

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.
 

Detailed Description

Configuration parameter description.


The documentation for this struct was generated from the following files: