Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
void NetworkServer::updateClients()
298
{
299
for (auto& client : _clients)
300
{
301
client->connection->update();
302
}
303
}
304
305
void NetworkServer::sendChatMessage(std::string_view message)
306
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected