Home
last modified time | relevance | path

Searched defs:hostPlayerName (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DGameServer.cpp15 …ameServer(shared_ptr<Console> console, uint16_t listenPort, string password, string hostPlayerName) in GameServer()
147 …er::StartServer(shared_ptr<Console> console, uint16_t port, string password, string hostPlayerName) in StartServer()
/dports/games/warzone2100/warzone2100/src/
H A Dmultiopt.cpp323 bool hostCampaign(const char *SessionName, char *hostPlayerName, bool skipResetAIs) in hostCampaign()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DConsoleWrapper.cpp446 …DllExport void __stdcall StartServer(uint16_t port, char* password, char* hostPlayerName) { GameSe… in StartServer()