Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ WriteErrorLine
Method
WriteErrorLine
src/openrct2/Context.cpp:328–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
}
327
328
void WriteErrorLine(const std::string& s) override
329
{
330
_stdInOutConsole.WriteLineError(s);
331
}
332
333
/**
334
* Causes the OpenRCT2 game loop to finish.
Callers
1
WriteLine_VA
Function · 0.80
Calls
1
WriteLineError
Method · 0.80
Tested by
no test coverage detected