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