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

Method SetVoiceChannel

engine/Poseidon/Network/NetworkMisc.cpp:2193–2199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2191void NetworkManager::SetFlagOwner(Person* owner, EntityAI* carrier)
2192{
2193 if (_client)
2194 {
2195 _client->SetFlagOwner(owner, carrier);
2196 }
2197}
2198
2199void NetworkManager::SetFlagCarrier(Person* owner, EntityAI* carrier)
2200{
2201 if (_client)
2202 {

Callers 3

OnSimulateMethod · 0.45
DestroyMethod · 0.45
ResetHUDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected