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

Method WriteLine

src/openrct2/interface/InteractiveConsole.cpp:2004–2007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2002}
2003
2004void InteractiveConsole::WriteLine(const std::string& s)
2005{
2006 WriteLine(s, FormatToken::colourWindow2);
2007}
2008
2009void InteractiveConsole::WriteLineError(const std::string& s)
2010{

Callers 13

ConsoleCommandEchoFunction · 0.45
ConsoleCommandGetFunction · 0.45
ConsoleCommandLoadObjectFunction · 0.45
ConsoleCommandLoadParkFunction · 0.45
ConsoleCommandWindowsFunction · 0.45
ConsoleCommandVariablesFunction · 0.45
ConsoleCommandHelpFunction · 0.45

Calls 1

WriteLineFunction · 0.85

Tested by

no test coverage detected