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

Function Hook_ExecDispatchPost

core/CoreConfig.cpp:93–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91void Hook_ExecDispatchPost(const CCommand &cmd)
92#else
93void Hook_ExecDispatchPost()
94#endif
95{
96 if (g_bGotTrigger)
97 {
98 g_bGotTrigger = false;
99 g_bServerExecd = true;
100 CheckAndFinalizeConfigs();
101 }
102}
103
104void CheckAndFinalizeConfigs()
105{

Callers

nothing calls this directly

Calls 1

CheckAndFinalizeConfigsFunction · 0.85

Tested by

no test coverage detected