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

Function SM_ConfigsExecuted_Global

core/CoreConfig.cpp:812–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void SM_ConfigsExecuted_Global()
813{
814 if (g_bConfigsExecd)
815 {
816 return;
817 }
818
819 g_bConfigsExecd = true;
820
821 g_pOnServerCfg->Execute(NULL);
822 g_pOnConfigsExecuted->Execute(NULL);
823}
824
825void SM_InternalCmdTrigger()
826{

Callers 1

CoreConfig.cppFile · 0.85

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected