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

◆ CanSwapEntities()

override bool TripodBase::CanSwapEntities ( EntityAI otherItem,
InventoryLocation otherDestination,
InventoryLocation destination )
inlineprivate

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

22 {
23 if (GetHierarchyParent() && GetHierarchyParent().IsFireplace() && otherItem)
24 {
25 if (otherItem.IsInherited(Pot) || otherItem.IsInherited(Cauldron))
26 {
27 return false;
28 }
29 }
30 return true;
31 }
override bool IsFireplace()
Определения FireplaceBase.c:527

Перекрестные ссылки IsFireplace().