Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4PlayerInfo.h384 …C4PlayerInfo *FindUnassociatedRestoreInfo(const C4PlayerInfoList &rRestoreInfoList); // find a pla…
H A DC4PlayerInfo.cpp1190 C4PlayerInfo *C4PlayerInfoList::FindUnassociatedRestoreInfo(const C4PlayerInfoList &rRestoreInfoLis… in FindUnassociatedRestoreInfo() function in C4PlayerInfoList
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameLobby.cpp411 if (Game.PlayerInfos.FindUnassociatedRestoreInfo(Game.RestorePlayerInfos)) in Start()