MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / updateClients

Method updateClients

src/OpenLoco/src/Network/NetworkServer.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void NetworkServer::updateClients()
298{
299 for (auto& client : _clients)
300 {
301 client->connection->update();
302 }
303}
304
305void NetworkServer::sendChatMessage(std::string_view message)
306{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected