|
cg_consolecmds.c
This file handles all of the console commands entered into
the client console. If a command is not handled, it is sent to the
server, and handled in "game/g_cmds.c". There are two main sections to
the file, the mapping of console commands to function pointers, which
occurs within a struct and is easy to follow. |