| 330 | } |
| 331 | |
| 332 | void CGameConsole::ForceUpdateRemoteCompletionSuggestions() |
| 333 | { |
| 334 | m_RemoteConsole.m_CompletionDirty = true; |
| 335 | m_RemoteConsole.UpdateCompletionSuggestions(); |
| 336 | } |
| 337 | |
| 338 | void CGameConsole::CInstance::UpdateCompletionSuggestions() |
| 339 | { |
no test coverage detected