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

Method FreeTextContainerIndex

src/engine/client/text.cpp:997–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995 }
996
997 void FreeTextContainerIndex(STextContainerIndex &Index)
998 {
999 m_vTextContainerIndices[Index.m_Index] = m_FirstFreeTextContainerIndex;
1000 m_FirstFreeTextContainerIndex = Index.m_Index;
1001 Index.Reset();
1002 }
1003
1004 void FreeTextContainer(STextContainerIndex &Index)
1005 {

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected