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

Function CommandCallback

core/ConCmdManager.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void CommandCallback(DISPATCH_ARGS)
140{
141 DISPATCH_PROLOGUE;
142 EngineArgs args(command);
143
144 AutoEnterCommand autoEnterCommand(&args);
145 g_ConCmds.InternalDispatch(sCoreProviderImpl.CommandClient(), &args);
146}
147
148ConCmdInfo *ConCmdManager::FindInTrie(const char *name)
149{

Callers

nothing calls this directly

Calls 2

InternalDispatchMethod · 0.45
CommandClientMethod · 0.45

Tested by

no test coverage detected