Index       Config Strings

trap_GetServerinfo

Description

Get server info.

Prototype

    void trap_GetServerinfo(
        char *buffer,
        int bufferSize
    );

Parameters

Remarks

The serverinfo info string has all the cvars visible to server browsers.
The "server info" string is a backslash delimited list of server variables such as g_gametype and mapname.
This is also configstring 1.
Besides the bot code, its only other use in the Q3 source is to print to the value of serverinfo to the logfile.

Return value

This function has no return value.

See also

trap_GetConfigstring

Author(s)

Timbo


QuakeIII trap calls reference