| 779 | } |
| 780 | |
| 781 | bool CServer::ClientIngame(int ClientId) const |
| 782 | { |
| 783 | return ClientId >= 0 && ClientId < MAX_CLIENTS && m_aClients[ClientId].m_State == CServer::CClient::STATE_INGAME; |
| 784 | } |
| 785 | |
| 786 | int CServer::Port() const |
| 787 | { |
no outgoing calls
no test coverage detected