native
set_pcvar_string
Syntax
native set_pcvar_string(pcvar, const string[]);
Description
Sets a string value to a cvar via direct pointer access.
Parameters
| pcvar | Pointer to cvar to retrieve value from |
|---|---|
| string | Value to set cvar to |
Return
This function has no return value.
Error
If an invalid cvar pointer is provided, an error will be
thrown.