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

◆ CanReceiveAttachment()

override bool DayZInfected::CanReceiveAttachment ( EntityAI attachment,
int slotId )
inlineprotected

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

1034 {
1035 if ( !IsAlive() )
1036 {
1037 return false;
1038 }
1039 return super.CanReceiveAttachment(attachment, slotId);
1040 }