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

◆ CleanDebug()

void BleedingSourcesManagerBase::CleanDebug ( )
inlineprotected

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

217 {
218 m_ShowingDiag = false;
219
220 DbgUI.BeginCleanupScope();
221 DbgUI.Begin("Bleeding Sources", 50, 50);
222 DbgUI.End();
223 DbgUI.EndCleanupScope();
224 }

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

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