Index       Config Strings

trap_GetConfigstring

Description

Get value of a configstring.

Prototype

    void trap_GetConfigstring(
        int num,
        char *buffer,
        int bufferSize
    );

Parameters

Remarks

This is a server side callback used to get the value of a config string.
It is only used once in the q3 source, by the G_FindConfigstringIndex function which in turn is used by the G_ModelIndex and G_SoundIndex functions.

Return value

This function has no return value.

See also

trap_SetConfigstring

Author(s)

Timbo


QuakeIII trap calls reference