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

Method UpdateBacklogTextAttributes

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

Source from the content-addressed store, hash-verified

276}
277
278void CGameConsole::CInstance::UpdateBacklogTextAttributes()
279{
280 // Pending backlog entries are not handled because they don't have text attributes yet.
281 for(CBacklogEntry *pEntry = m_Backlog.First(); pEntry; pEntry = m_Backlog.Next(pEntry))
282 {
283 UpdateEntryTextAttributes(pEntry);
284 }
285}
286
287void CGameConsole::CInstance::PumpBacklogPending()
288{

Callers 1

OnInitMethod · 0.80

Calls 2

FirstMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected