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

Method DeleteObject

engine/Poseidon/Network/NetworkMisc.cpp:1740–1746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738 return nullptr;
1739 }
1740}
1741
1742void NetworkManager::GetTransferStats(int& curBytes, int& totBytes)
1743{
1744 if (_client)
1745 {
1746 _client->GetTransferStats(curBytes, totBytes);
1747 }
1748}
1749

Callers 3

~AIGroupMethod · 0.45
~AIUnitMethod · 0.45
~AISubgroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected