#include "g_local.h"
Go to the source code of this file.
Functions | |
void | MoveClientToIntermission (edict_t *ent) |
void | BeginIntermission (edict_t *targ) |
void | DeathmatchScoreboardMessage (edict_t *ent, edict_t *killer) |
void | DeathmatchScoreboard (edict_t *ent) |
void | Cmd_Score_f (edict_t *ent) |
void | HelpComputer (edict_t *ent) |
void | Cmd_Help_f (edict_t *ent) |
void | G_SetStats (edict_t *ent) |
void | G_CheckChaseStats (edict_t *ent) |
void | G_SetSpectatorStats (edict_t *ent) |
Definition at line 262 of file p_hud.c.
Referenced by Cmd_Score_f().
Definition at line 164 of file p_hud.c.
Referenced by ClientEndServerFrame(), DeathmatchScoreboard(), and MoveClientToIntermission().
Definition at line 551 of file p_hud.c.
Referenced by ClientEndServerFrame(), and G_CheckChaseStats().
Definition at line 377 of file p_hud.c.
Referenced by ClientEndServerFrame(), and G_SetSpectatorStats().
Definition at line 32 of file p_hud.c.
Referenced by BeginIntermission(), ClientBegin(), and ClientBeginDeathmatch().