MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / IConsoleDebugLibRegister

Function IConsoleDebugLibRegister

src/console_cmds.cpp:2657–2662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2655 ******************/
2656
2657static void IConsoleDebugLibRegister()
2658{
2659 IConsole::CmdRegister("resettile", ConResetTile);
2660 IConsole::AliasRegister("dbg_echo", "echo %A; echo %B");
2661 IConsole::AliasRegister("dbg_echo2", "echo %!");
2662}
2663#endif
2664
2665static bool ConFramerate(std::span<std::string_view> argv)

Callers 1

IConsoleStdLibRegisterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected