MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / UpdateServer

Method UpdateServer

src/openrct2/network/NetworkBase.cpp:529–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 }
528
529 void NetworkBase::UpdateServer()
530 {
531 for (auto& connection : client_connection_list)
532 {
533 // This can be called multiple times before the connection is removed.
534 if (!connection->isValid())
535 continue;
536
537 connection->update();
538 }
539 }
540
541 void NetworkBase::TickServer()
542 {

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected