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

◆ CheckForDestroy()

override void CheckForDestroy ( )
protected

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

655 {
656 if (IsPrepareToDelete())
657 {
658 MiscGameplayFunctions.DropAllItemsInInventoryInBounds(this, m_HalfExtents);
659 super.CheckForDestroy();
660 }
661 }
Container_Base m_HalfExtents
override bool IsPrepareToDelete()
Определения FireplaceBase.c:643

Перекрестные ссылки FireplaceBase::IsPrepareToDelete() и m_HalfExtents.

Используется в FireplaceBase::EEItemDetached(), FireplaceIndoor::EEItemDetached(), FireplaceBase::EOnPostSimulate() и OnChildItemRemoved().