MCPcopy 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
2009void InteractiveConsole::WriteLineError(const std::string& s)
2010{
2011 WriteLine(s, FormatToken::colourRed);
2012}
2013
2014void InteractiveConsole::WriteLineWarning(const std::string& s)
2015{

Callers 15

WriteErrorLineMethod · 0.80
ConsoleCommandStaffFunction · 0.80
ConsoleSetVariableActionFunction · 0.80
ConsoleCommandSetFunction · 0.80
ifFunction · 0.80
ConsoleCommandLoadObjectFunction · 0.80
ConsoleCommandOpenFunction · 0.80
ConsoleSpawnBalloonFunction · 0.80
UnregisterPluginMethod · 0.80
RegisterPluginMethod · 0.80

Calls 1

WriteLineFunction · 0.85

Tested by

no test coverage detected