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

◆ DestroyAllShapes()

static void Debug::DestroyAllShapes ( )
inlinestaticprivate

См. определение в файле 3_Game/DayZ/tools/Debug.c строка 94

95 {
96 foreach (Shape debugShape : m_DebugShapes)
97 debugShape.Destroy();
98
99 m_DebugShapes.Clear();
100 }
static ref array< Shape > m_DebugShapes
Определения 3_Game/DayZ/tools/Debug.c:24
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

Перекрестные ссылки m_DebugShapes и Shape.

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