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

◆ SmershException()

bool Clothing_Base::SmershException ( EntityAI hierarchyParent)
inlineprivate

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

74 {
75 EntityAI hp = hierarchyParent.GetHierarchyParent();
76 if (hp)
77 {
78 if (!hp.IsMan())
79 return false;
80 }
81
82 return IsInherited(SmershBag) && hierarchyParent.IsInherited(SmershVest);
83 }
class LogManager EntityAI
override bool IsMan()
Определения Man.c:44

Перекрестные ссылки EntityAI::IsMan().

Используется в CanLoadItemIntoCargoClothingConditions() и CanReceiveItemIntoCargoClothingConditions().