DayZ 1.29
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 Shape shape = shapesArr[it];
482 Debug.RemoveShape( shape );
483 }
484
485 shapesArr.Clear();
486 }
string Debug()
Определения CachedEquipmentStorageBase.c:29
class DiagMenu Shape
don't call destructor directly. Use Destroy() instead

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

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