Home
last modified time | relevance | path

Searched defs:JoinServer (Results 1 – 2 of 2) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DGame.cs65 …public static OrderManager JoinServer(string host, int port, string password, bool recordReplay = … in JoinServer() method in OpenRA.Game
/dports/games/openlierox/OpenLieroX/src/client/
H A DCClient.cpp1247 bool JoinServer(const std::string& addr, const std::string& name, const std::string& player) { in JoinServer() function