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

◆ CanReceiveAttachment() [2/2]

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

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

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