Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverlobbythread.cpp477 netListMsg->set_gameid(gameId); in NotifyPlayerJoinedGame()
478 netListMsg->set_playerid(playerId); in NotifyPlayerJoinedGame()
490 GameListPlayerLeftMessage *netListMsg = packet->GetMsg()->mutable_gamelistplayerleftmessage(); in NotifyPlayerLeftGame() local
491 netListMsg->set_gameid(gameId); in NotifyPlayerLeftGame()
492 netListMsg->set_playerid(playerId); in NotifyPlayerLeftGame()
505 netListMsg->set_gameid(gameId); in NotifySpectatorJoinedGame()
506 netListMsg->set_playerid(playerId); in NotifySpectatorJoinedGame()
519 netListMsg->set_gameid(gameId); in NotifySpectatorLeftGame()
520 netListMsg->set_playerid(playerId); in NotifySpectatorLeftGame()
534 netListMsg->set_gameid(gameId); in NotifyGameAdminChanged()
[all …]