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

◆ CheckForDestroy()

override void CheckForDestroy ( )
protected

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

651 {
652 if (IsPrepareToDelete())
653 {
654 MiscGameplayFunctions.DropAllItemsInInventoryInBounds(this, m_HalfExtents);
655 super.CheckForDestroy();
656 }
657 }
Container_Base m_HalfExtents
override bool IsPrepareToDelete()
Определения FireplaceBase.c:639

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

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