Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dnetpacket.cpp186 retVal = ERR_NET_PLAYER_KICKED; in NetErrorToGameError()
239 case ERR_NET_PLAYER_KICKED : in GameErrorToNetError()
H A Dserverlobbythread.cpp142 m_server.RemovePlayer(playerId, ERR_NET_PLAYER_KICKED); in SignalKickPlayer()
150 m_server.RemovePlayer(playerId, ERR_NET_PLAYER_KICKED); in SignalBanPlayer()
608 RemovePlayer(session->GetPlayerData()->GetUniqueId(), ERR_NET_PLAYER_KICKED); in KickPlayerByName()
1633 RemovePlayer(tmpPlayer->GetUniqueId(), ERR_NET_PLAYER_KICKED); in HandleNetPacketAdminBanPlayer()
2096 if (errorCode == ERR_NET_PLAYER_KICKED || errorCode == ERR_NET_SESSION_TIMED_OUT) { in SessionError()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h84 #define ERR_NET_PLAYER_KICKED 118 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp937 case ERR_NET_PLAYER_KICKED: { in networkError()