Returns the current value of a console variable.
value = GetCVar("cvarName")
Arguments
Edit
- cvarName
- String (CVar) - name of the CVar to query the value of.
Returns
Edit
- value
- String - current value of the CVar.
Notes
Edit
- Calling this function with an invalid variable name will cause an error.
Community content is available under CC-BY-SA
unless otherwise noted.