native get_pcvar_string(pcvar, string[], maxlen);
pcvar | Pointer to cvar to retrieve value from |
string | Buffer to copy cvar value to |
maxlen | Maximum size of the buffer |
Returns a string value from a cvar via direct pointer access.
Number of cells written to buffer.
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.