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

Function ConsoleCommandVariables

src/openrct2/interface/InteractiveConsole.cpp:1896–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894}
1895
1896static void ConsoleCommandVariables(InteractiveConsole& console, [[maybe_unused]] const arguments_t& argv)
1897{
1898 for (auto s : console_variable_table)
1899 {
1900 console.WriteLine(s);
1901 }
1902}
1903
1904static void ConsoleCommandHelp(InteractiveConsole& console, const arguments_t& argv)
1905{

Callers

nothing calls this directly

Calls 1

WriteLineMethod · 0.45

Tested by

no test coverage detected