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

Method GetError

src/openrct2/network/Socket.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 }
295
296 const char* GetError() const override
297 {
298 return _error.empty() ? nullptr : _error.c_str();
299 }
300
301 void SetNoDelay(bool noDelay) override
302 {

Callers 2

TickClientMethod · 0.45
UpdateMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected