Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameLobby.h144 …void OnClientJoin(C4Client *pNewClient); // called when a new client joined (connection not necess…
H A DC4GameLobby.cpp474 void MainDlg::OnClientJoin(C4Client *pNewClient) in OnClientJoin() function in C4GameLobby::MainDlg
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Control.cpp861 if (pLobby) pLobby->OnClientJoin(pClient); in Execute()