Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the default value of a console variable.
defaultValue = C_CVar.GetCVarDefault(name) = GetCVarDefault
Arguments[]
- name
- string - Name of the console variable to query.
Returns[]
- defaultValue
- string? - Default value of the console variable.
Patch changes[]
Patch 8.1.5 (2019-03-12): Namespaced to C_CVar.GetCVarDefault()
.