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

Function close

src/OpenLoco/src/Network/Network.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void close()
92 {
93 _server = nullptr;
94 _client = nullptr;
95 _mode = NetworkMode::none;
96 }
97
98 void update()
99 {

Callers 8

~NetworkServerMethod · 0.70
~NetworkBaseMethod · 0.70
~NetworkClientMethod · 0.70
onUpdateMethod · 0.70
onCancelMethod · 0.70
clearStatusMethod · 0.70
updateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected