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

Function update_admin_cmd_flags

core/logic_bridge.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317static void update_admin_cmd_flags(const char *cmd, OverrideType type, FlagBits bits, bool remove)
318{
319 g_ConCmds.UpdateAdminCmdFlags(cmd, type, bits, remove);
320}
321
322static bool look_for_cmd_admin_flags(const char *cmd, FlagBits *pFlags)
323{

Callers

nothing calls this directly

Calls 1

UpdateAdminCmdFlagsMethod · 0.80

Tested by

no test coverage detected