См. определение в файле 3_Game/DayZ/tools/Debug.c строка 152
153 {
154 if (!text)
155 return;
156
158 for (int i = 0; i < nDebugTextsWS; ++i)
159 {
161
162 if (foundText && foundText == text)
163 {
164 foundText = null;
166 text = null;
167 return;
168 }
169 }
170 }
static ref array< ref DebugTextWorldSpace > m_DebugTextsWS
Перекрестные ссылки m_DebugTextsWS.
Используется в CleanupTextsWS().