Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ WriteLineError
Method
WriteLineError
src/openrct2/interface/InteractiveConsole.cpp:2009–2012 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2007
}
2008
2009
void InteractiveConsole::WriteLineError(const std::string& s)
2010
{
2011
WriteLine(s, FormatToken::colourRed);
2012
}
2013
2014
void InteractiveConsole::WriteLineWarning(const std::string& s)
2015
{
Callers
15
WriteErrorLine
Method · 0.80
ConsoleCommandStaff
Function · 0.80
ConsoleSetVariableAction
Function · 0.80
ConsoleCommandSet
Function · 0.80
if
Function · 0.80
InteractiveConsole.cpp
File · 0.80
ConsoleCommandLoadObject
Function · 0.80
ConsoleCommandOpen
Function · 0.80
ConsoleCommandProfilerExport
Function · 0.80
ConsoleSpawnBalloon
Function · 0.80
UnregisterPlugin
Method · 0.80
RegisterPlugin
Method · 0.80
Calls
1
WriteLine
Function · 0.85
Tested by
no test coverage detected