Nuclide
Software Development Kit for id Technology (BETA)
Loading...
Searching...
No Matches
c_teams.h
1
2typedef enum
3{
4 TEAM_CONNECTING = 0,
5 /* this is where games can set up whatever they want */
6 TEAM_UNASSIGNED = 1001,
7 TEAM_SPECTATOR = 1002,
8} team_t;
9
10#define TEAM_ANY 0 /* not used for clients. */
11
13typedef enum
14{
15 SPECMODE_DEATHCAM,
16 SPECMODE_LOCKEDCHASE,
17 SPECMODE_THIRDPERSON,
18 SPECMODE_FREE,
19 SPECMODE_FIRSTPERSON,
20 SPECMODE_FREEOVERVIEW,
21 SPECMODE_CHASEOVERVIEW
22} ncSpectatorMode_t;