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

◆ CleanupDrawShapes()

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

См. определение в файле 3_Game/tools/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.

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