Nuclide
Software Development Kit for id Tech
teams.h File Reference

Go to the source code of this file.

Enumerations

enum  { TEAM_CONNECTING = 0 , TEAM_UNASSIGNED = 1001 , TEAM_SPECTATOR = 1002 }
 We basically follow what GMod does. More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

We basically follow what GMod does.

https://wiki.facepunch.com/gmod/Enums/TEAM

Enumerator
TEAM_CONNECTING 

Set upon ClientConnect.

Player is not done joining.

TEAM_UNASSIGNED 

set on PutClientInServer (first time only

TEAM_SPECTATOR 

spectator.

can be real (never playable) or fake (see CS, inbetween rounds)