| 137 | } |
| 138 | |
| 139 | void CommandCallback(DISPATCH_ARGS) |
| 140 | { |
| 141 | DISPATCH_PROLOGUE; |
| 142 | EngineArgs args(command); |
| 143 | |
| 144 | AutoEnterCommand autoEnterCommand(&args); |
| 145 | g_ConCmds.InternalDispatch(sCoreProviderImpl.CommandClient(), &args); |
| 146 | } |
| 147 | |
| 148 | ConCmdInfo *ConCmdManager::FindInTrie(const char *name) |
| 149 | { |
nothing calls this directly
no test coverage detected