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

Method StatMsgSent

engine/Poseidon/Network/NetworkMisc.cpp:2452–2467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2450 _client->AskForReceiveUnitAnswer(from, to, answer);
2451 }
2452}
2453
2454void NetworkManager::AskForGroupRespawn(Person* person, EntityAI* killer)
2455{
2456 if (_client)
2457 {
2458 _client->AskForGroupRespawn(person, killer);
2459 }
2460}
2461
2462void NetworkManager::AskForActivateMine(Mine* mine, bool activate)
2463{
2464 if (_client)
2465 {
2466 _client->AskForActivateMine(mine, activate);
2467 }
2468}
2469
2470void NetworkManager::AskForInflameFire(Fireplace* fireplace, bool fire)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected