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

◆ CleanupDebugShapes()

void PluginBase::CleanupDebugShapes ( array< Shape > shapesArr)
inlineprivate

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

478 {
479 for ( int it = 0; it < shapesArr.Count(); ++it )
480 {
481 Debug.RemoveShape( shapesArr[it] );
482 }
483
484 shapesArr.Clear();
485 }
void Debug()
Определения UniversalTemperatureSource.c:349

Перекрестные ссылки Debug::RemoveShape().

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