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

Method OnSourceModAllInitialized

core/logic/ExtensionSys.cpp:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 *********************/
472
473void CExtensionManager::OnSourceModAllInitialized()
474{
475 g_ExtType = g_ShareSys.CreateIdentType("EXTENSION");
476 pluginsys->AddPluginsListener(this);
477 rootmenu->AddRootConsoleCommand3("exts", "Manage extensions", this);
478 g_ShareSys.AddInterface(NULL, this);
479}
480
481void CExtensionManager::OnSourceModShutdown()
482{

Callers

nothing calls this directly

Calls 4

CreateIdentTypeMethod · 0.80
AddPluginsListenerMethod · 0.45
AddInterfaceMethod · 0.45

Tested by

no test coverage detected