DayZ
1.27
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
}
GameConstants
Определения
constants.c:659
GameConstants::STATE_RUINED
const int STATE_RUINED
Определения
constants.c:846
Перекрестные ссылки
GameConstants::STATE_RUINED
.
Ishodniki
scripts
4_World
Entities
ItemBase
Container_Base.c
Создано системой
1.13.2