См. определение в файле 3_Game/DayZ/tools/Debug.c строка 132
133 {
134 if (!text)
135 return;
136
138 for (int i = 0; i < nDebugTextsSS; ++i)
139 {
141
142 if (foundText && foundText == text)
143 {
144 foundText = null;
146 text = null;
147 return;
148 }
149 }
150 }
static ref array< ref DebugTextScreenSpace > m_DebugTextsSS
Перекрестные ссылки m_DebugTextsSS.
Используется в CleanupTextsSS().