An ACS library for ZDoom-based ports
int TEAM_NONE = 255;
For some reason, TEAM_RED and TEAM_BLUE are defined by default, but TEAM_NONE isn't. TEAM_NONE is returned by functions like PlayerTeam when the actor doesn't belong to any team.
TEAM_RED
TEAM_BLUE
TEAM_NONE