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

Method ReceiveUserMessages

engine/Poseidon/Network/NetworkServer.cpp:940–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938
939bool OnServerVoicePlayerCreate(int player, void* context)
940{
941 NetworkServer* server = (NetworkServer*)context;
942 return server->OnCreateVoicePlayer(player);
943}
944
945unsigned NetworkServer::CleanUpMemory()
946{
947 if (_server)
948 {
949 return _server->FreeMemory();

Callers

nothing calls this directly

Calls 1

ProcessUserMessagesMethod · 0.80

Tested by

no test coverage detected