Index  

trap_RemoveCommand

Description

Prototype

    void trap_RemoveCommand(
        const char *cmdName
    );

Parameters

Remarks

Although this trap is not actually used anywhere in baseq3 game source, a reasonable assumption, based on function name and parameters, is that this trap removes a command name from the list of command completions.
That is, the inverse of trap_AddCommand().

Unknown: case sensitivity (i.e. if capitalization matters for string matching)

Return value

This function has no return value.

See also

Author(s)

PhaethonH


QuakeIII trap calls reference