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

Function ConStatus

src/console_cmds.cpp:887–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887static bool ConStatus(std::span<std::string_view> argv)
888{
889 if (argv.empty()) {
890 IConsolePrint(CC_HELP, "List the status of all clients connected to the server. Usage 'status'.");
891 return true;
892 }
893
894 NetworkServerShowStatusToConsole();
895 return true;
896}
897
898static bool ConServerInfo(std::span<std::string_view> argv)
899{

Callers

nothing calls this directly

Calls 3

IConsolePrintFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected