MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / _UnsetCommandOverride

Method _UnsetCommandOverride

core/logic/AdminCache.cpp:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void AdminCache::_UnsetCommandOverride(const char *cmd)
382{
383 m_CmdOverrides.remove(cmd);
384 bridge->UpdateAdminCmdFlags(cmd, Override_Command, 0, true);
385}
386
387void AdminCache::DumpCommandOverrideCache(OverrideType type)
388{

Callers

nothing calls this directly

Calls 2

UpdateAdminCmdFlagsMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected