native get_global_string(variable, string[], maxlen);
variable | Entry to retrieve from |
string | Buffer to copy value to |
maxlen | Maximum size of buffer |
Retrieves a global string type value from the server.
For a list of valid string type entries, see the GL_* constants in engine_const.inc under the "String" section.
Number of cells written to buffer
If an invalid entry is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.