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

Method RadioChat

engine/Poseidon/Network/NetworkMisc.cpp:2175–2182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2173 }
2174}
2175
2176void NetworkManager::SendLockSession(bool lock)
2177{
2178 if (_client)
2179 {
2180 _client->SendLockSession(lock);
2181 }
2182}
2183
2184bool NetworkManager::CanSelectMission() const
2185{

Callers 2

KilledByMethod · 0.45
SendRadioChatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected