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

◆ CanReceiveAttachment() [2/2]

override bool TrapSpawnBase::CanReceiveAttachment ( EntityAI attachment,
int slotId )
inlineprivate

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

42 {
43 if ( !attachment.IsInherited( Worm ) )
44 return false;
45
46 return super.CanReceiveAttachment( attachment, slotId );
47 }