Home
last modified time | relevance | path

Searched refs:getMaxUserTotal (Results 1 – 4 of 4) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver.h168 virtual int getMaxUserTotal() const in getMaxUserTotal() function
H A Dserver_protocolhandler.cpp509 if (server->getUsersCount() > server->getMaxUserTotal()) { in cmdLogin()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/servatrice/src/
H A Dservatrice.h272 int getMaxUserTotal() const override;
H A Dservatrice.cpp260 qDebug() << "Maximum total user limit: " << getMaxUserTotal(); in initServer()
786 int Servatrice::getMaxUserTotal() const in getMaxUserTotal() function in Servatrice