Returns the default value of a configuration variable. Causes an error if the named CVar does not exist.
See also CVar functions.
Signature:
value
=
GetCVarDefault("CVar")
Arguments:
CVar
- Name of a CVar (string
)
Returns:
value
- Default value of the CVar (string
)