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

Method OnSourceModAllInitialized

core/CoreConfig.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void CoreConfig::OnSourceModAllInitialized()
113{
114 rootmenu->AddRootConsoleCommand3("config", "Set core configuration options", this);
115 g_pOnServerCfg = forwardsys->CreateForward("OnServerCfg", ET_Ignore, 0, NULL);
116 g_pOnConfigsExecuted = forwardsys->CreateForward("OnConfigsExecuted", ET_Ignore, 0, NULL);
117 g_pOnAutoConfigsBuffered = forwardsys->CreateForward("OnAutoConfigsBuffered", ET_Ignore, 0, NULL);
118}
119
120CoreConfig::CoreConfig()
121{

Callers

nothing calls this directly

Calls 2

CreateForwardMethod · 0.80

Tested by

no test coverage detected