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

◆ CanReceiveAttachment()

override bool CanReceiveAttachment ( EntityAI attachment,
int slotId )

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

57 {
58 if (GetHealthLevel() == GameConstants.STATE_RUINED)
59 return false;
60
61 return super.CanReceiveAttachment(attachment, slotId);
62 }
const int STATE_RUINED
Определения 3_Game/constants.c:848

Перекрестные ссылки GameConstants::STATE_RUINED.