Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2004
void InteractiveConsole::WriteLine(const std::string& s)
2005
{
2006
WriteLine(s, FormatToken::colourWindow2);
2007
}
2008
2009
void InteractiveConsole::WriteLineError(const std::string& s)
2010
{
Callers
13
ConsoleCommandEcho
Function · 0.45
ConsoleCommandGet
Function · 0.45
ConsoleCommandLoadObject
Function · 0.45
ConsoleCommandLoadPark
Function · 0.45
ConsoleCommandReplayStart
Function · 0.45
ConsoleCommandAddNewsItem
Function · 0.45
ConsoleCommandProfilerReset
Function · 0.45
ConsoleCommandProfilerStart
Function · 0.45
ConsoleCommandProfilerStop
Function · 0.45
ConsoleCommandWindows
Function · 0.45
ConsoleCommandVariables
Function · 0.45
ConsoleCommandHelp
Function · 0.45
Calls
1
WriteLine
Function · 0.85
Tested by
no test coverage detected