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

Function cmdHandler_FullUpdate

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

Source from the content-addressed store, hash-verified

638}
639
640void cmdHandler_FullUpdate(const QStringList &/*params*/, MapClientSession &sess)
641{
642 toggleFullUpdate(*sess.m_ent);
643
644 QString msg = "Toggling full update";
645 qCDebug(logSlashCommand) << msg;
646 sendInfoMessage(MessageChannel::DEBUG_INFO, msg, sess);
647}
648
649void cmdHandler_HasControlId(const QStringList &/*params*/, MapClientSession &sess)
650{

Callers

nothing calls this directly

Calls 2

toggleFullUpdateFunction · 0.85
sendInfoMessageFunction · 0.85

Tested by

no test coverage detected