|
Odamex
Setting the Standard in Multiplayer Doom
|
Functions | |
| EXTERN_CVAR (screenblocks) EXTERN_CVAR(st_scale) void CTF_Connect() | |
| void | CL_CTFEvent (void) |
| void | CTF_CheckFlags (player_t &player) |
| void | CTF_CarryFlag (player_t &player, flag_t flag) |
| void | CTF_MoveFlags () |
| void | TintScreen (int color) |
| void | CTF_RunTics (void) |
| void | CTF_DrawHud (void) |
Variables | |
| flagdata | CTFdata [NUMFLAGS] |
| int | TEAMpoints [NUMFLAGS] |
| char * | team_names [NUMTEAMS+2] |
| void CL_CTFEvent | ( | void | ) |
| void CTF_CheckFlags | ( | player_t & | player | ) |
| void CTF_DrawHud | ( | void | ) |
| void CTF_MoveFlags | ( | void | ) |
| void CTF_RunTics | ( | void | ) |
| EXTERN_CVAR | ( | screenblocks | ) |
| void TintScreen | ( | int | color | ) |
| char* team_names[NUMTEAMS+2] |
{
"BLUE", "RED", "", ""
}
| int TEAMpoints[NUMFLAGS] |