Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TickClient
Method · 0.45
Update
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected