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

Function ConsoleCommandWindows

src/openrct2/interface/InteractiveConsole.cpp:1888–1894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886};
1887
1888static void ConsoleCommandWindows(InteractiveConsole& console, [[maybe_unused]] const arguments_t& argv)
1889{
1890 for (auto s : console_window_table)
1891 {
1892 console.WriteLine(s);
1893 }
1894}
1895
1896static void ConsoleCommandVariables(InteractiveConsole& console, [[maybe_unused]] const arguments_t& argv)
1897{

Callers

nothing calls this directly

Calls 1

WriteLineMethod · 0.45

Tested by

no test coverage detected