native set_pcvar_string(pcvar, const string[]);
pcvar | Pointer to cvar to retrieve value from |
string | Value to set cvar to |
Sets a string value to a cvar via direct pointer access.
This function has no return value.
If an invalid cvar pointer is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.