MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / OnServerPlayerDelete

Function OnServerPlayerDelete

engine/Poseidon/Network/NetworkServer.cpp:909–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907 server->OnSendComplete(msgID, ok);
908}
909
910void OnServerPlayerCreate(int player, bool botClient, const char* name, const char* mod, void* context)
911{
912 if (!botClient && stricmp(mod, ModSystem::GetModNames()) != 0)
913 {
914 char message[512];
915 RString format = LocalizeString(IDS_MP_VALIDERROR_2);
916

Callers

nothing calls this directly

Calls 1

OnPlayerDestroyMethod · 0.80

Tested by

no test coverage detected