DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanReceiveAttachment()
override
bool
Belt_Base::CanReceiveAttachment
(
EntityAI
attachment
,
int
slotId
)
inline
private
См. определение в файле
LeatherBelt_ColorBase.c
строка
13
14
{
15
if
( !super.CanReceiveAttachment( attachment, slotId ) )
16
{
17
return
false
;
18
}
19
20
return
!GetInventory().IsInCargo();
21
}
Belt_Base
Создано системой
1.13.2