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

◆ CleanupDrawShapes()

static void Debug::CleanupDrawShapes ( array< Shape > shapes)
inlinestaticprivate

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

363 {
364 foreach (Shape shape : shapes)
365 Debug.RemoveShape(shape);
366
367 shapes.Clear();
368 }
void Debug()
Определения UniversalTemperatureSource.c:349
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

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