Home
Q3A source
game directory
bg_lib
bg_local
bg_pmove
bg_public
g_active
g_client
g_cmds
g_local
g_main
g_pseudocam
g_svcmds
g_syscalls
q_math
q_shared

g_cmds.c

This file contains functions to handle all commands sent to the server. These are sent to the server via "trap_SendClientCommand", "trap_CmdExecuteText", and also automatically sent if clients don't recognise a console command. This is where we handle all of our pseudocamera console commands.