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

Method OnSourceModAllInitialized

core/ConCmdManager.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void ConCmdManager::OnSourceModAllInitialized()
60{
61 scripts->AddPluginsListener(this);
62 rootmenu->AddRootConsoleCommand3("cmds", "List console commands", this);
63}
64
65void ConCmdManager::OnSourceModShutdown()
66{

Callers

nothing calls this directly

Calls 2

AddPluginsListenerMethod · 0.45

Tested by

no test coverage detected