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

Method update

src/openrct2/network/NetworkConnection.cpp:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void Connection::update()
37 {
38 if (!isValid())
39 {
40 return;
41 }
42
43 receiveData();
44 sendQueuedData();
45 }
46
47 void Connection::receiveData()
48 {

Callers 4

UpdateServerMethod · 0.45
TickServerMethod · 0.45
UpdateClientMethod · 0.45
UpdateConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected