MCPcopy Create free account
hub / github.com/Segs/Segs / cmdHandler_SettingsDump

Function cmdHandler_SettingsDump

Projects/CoX/Servers/MapServer/SlashCommand.cpp:682–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682void cmdHandler_SettingsDump(const QStringList &/*params*/, MapClientSession &sess)
683{
684 QString msg = "Sending settings config dump to console output.";
685 qCDebug(logSlashCommand) << msg;
686 sendInfoMessage(MessageChannel::DEBUG_INFO, msg, sess);
687
688 settingsDump(); // Send settings dump
689}
690
691void cmdHandler_TeamDebug(const QStringList &/*params*/, MapClientSession &sess)
692{

Callers

nothing calls this directly

Calls 2

sendInfoMessageFunction · 0.85
settingsDumpFunction · 0.85

Tested by

no test coverage detected