- 0 Talk
-
API GetCVarDefault
Returns the default value of a console variable.
value = GetCVarDefault("cvarName")
Arguments
Edit
- cvarName
- String (CVar) - Name of the console variable to query.
Returns
Edit
- value
- String - Default value of the console variable.
Notes
Edit
- Calling this function with an invalid variable name will cause an error.