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

Function SM_InternalCmdTrigger

core/CoreConfig.cpp:825–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825void SM_InternalCmdTrigger()
826{
827 /* Order is important here. We need to buffer things before we send the command out. */
828 g_pOnAutoConfigsBuffered->Execute(NULL);
829 engine->ServerCommand("sm_internal 1\n");
830 g_PendingInternalPush = false;
831}
832
833CON_COMMAND(sm_internal, "")
834{

Callers 1

RunFrameHooksFunction · 0.85

Calls 2

ExecuteMethod · 0.45
ServerCommandMethod · 0.45

Tested by

no test coverage detected