Home
last modified time | relevance | path

Searched refs:spectatorslots (Results 1 – 5 of 5) sorted by relevance

/dports/games/redeclipse/base-2.0.0/src/shared/
H A Digame.h163 extern int spectatorslots();
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dauth.h250 if(numspectators() >= spectatorslots()) return DISC_MAXCLIENTS;
H A Dserver.cpp1166 …int spectatorslots() { return clamp(G(serverspectators) > 0 ? G(serverspectators) : G(serverclient… in spectatorslots() function
1167 int maxslots() { return clamp(G(serverclients)+spectatorslots(), 1, MAXCLIENTS); } in maxslots()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dauth.h258 if(numspectators() >= spectatorslots()) return DISC_MAXCLIENTS;
H A Dserver.cpp1228 …int spectatorslots() { return clamp(G(serverspectators) >= 0 ? G(serverspectators) : G(serverclien… in spectatorslots() function
1229 int maxslots() { return clamp(G(serverclients)+spectatorslots(), 1, MAXCLIENTS); } in maxslots()