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

◆ CheckForDestroy()

override void CheckForDestroy ( )
protected

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

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

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

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