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

Function CheckAndFinalizeConfigs

core/CoreConfig.cpp:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void CheckAndFinalizeConfigs()
105{
106 if ((g_bServerExecd || g_ServerCfgFile == NULL) && g_bGotServerStart)
107 {
108 g_PendingInternalPush = true;
109 }
110}
111
112void CoreConfig::OnSourceModAllInitialized()
113{

Callers 2

Hook_ExecDispatchPostFunction · 0.85
SM_ExecuteAllConfigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected