MCPcopy Create free account
hub / github.com/ddnet/ddnet / ForceUpdateRemoteCompletionSuggestions

Method ForceUpdateRemoteCompletionSuggestions

src/game/client/components/console.cpp:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

Tested by

no test coverage detected