SetCVarString
bool SetCVarString (str cvar, str value);
Usage
Sets the value of a particular console variable. Only mod-defined console variables through CVARINFO can be changed by using this function. Engine's built-in ones cannot be.
Parameters
- cvar: name of a console variable.
- value: value to apply to said console variable.
Return value
Returns FALSE if cvar is invalid, or it is not writable. Returns TRUE if the cvar is set successfully.
Examples
![]() |
Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated. |
See also
Console variable functions | |
---|---|
GetCVar | SetCVar |
GetCVarString | SetCVarString |
GetUserCVar | SetUserCVar |
GetUserCVarString | SetUserCVarString |
CVARINFO |
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.