DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CleanDebug()

void BleedingSourcesManagerBase::CleanDebug ( )
inlineprotected

См. определение в файле BleedingSourcesManagerRemote.c строка 203

204 {
205 m_ShowingDiag = false;
206
207 DbgUI.BeginCleanupScope();
208 DbgUI.Begin("Bleeding Sources", 50, 50);
209 DbgUI.End();
210 DbgUI.EndCleanupScope();
211 }

Перекрестные ссылки DbgUI::Begin(), DbgUI::BeginCleanupScope(), DbgUI::End(), DbgUI::EndCleanupScope() и m_ShowingDiag.

Используется в OnUpdate().