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

◆ DestroyClutterCutter()

void ItemBase::DestroyClutterCutter ( )
inlineprotected

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

781 {
782 if (GetGame().IsMultiplayer() || GetGame().IsServer())
783 {
784 if (m_ClutterCutter)
785 {
787 }
788 }
789 }
proto native void ObjectDelete(Object obj)
Object m_ClutterCutter
Определения TentBase.c:36
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_ClutterCutter и CGame::ObjectDelete().

Используется в Pack() и ~TentBase().