DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
DestroyAllShapes()
static void Debug::DestroyAllShapes
(
)
inline
static
private
См. определение в файле
Debug.c
строка
83
84
{
85
for
(
int
i = 0; i <
m_DebugShapes
.Count(); ++i )
86
{
87
if
(
m_DebugShapes
.Get(i) )
88
{
89
m_DebugShapes
.Get(i).Destroy();
90
}
91
}
92
93
m_DebugShapes
.Clear();
94
}
Debug::m_DebugShapes
static ref array< Shape > m_DebugShapes
Определения
Debug.c:24
Перекрестные ссылки
m_DebugShapes
.
Debug
Создано системой
1.13.2