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

Method StatMsgReceived

engine/Poseidon/Network/NetworkMisc.cpp:2469–2484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2467 }
2468}
2469
2470void NetworkManager::AskForInflameFire(Fireplace* fireplace, bool fire)
2471{
2472 if (_client)
2473 {
2474 _client->AskForInflameFire(fireplace, fire);
2475 }
2476}
2477
2478void NetworkManager::AskForAnimationPhase(Entity* vehicle, RString animation, float phase)
2479{
2480 if (_client)
2481 {
2482 _client->AskForAnimationPhase(vehicle, animation, phase);
2483 }
2484}
2485
2486void NetworkManager::CopyUnitInfo(Person* from, Person* to)
2487{

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected