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

◆ CanPutAsAttachment() [3/3]

override bool ItemOptics::CanPutAsAttachment ( EntityAI parent)
inlineprivate

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

4 {
5 if(!super.CanPutAsAttachment(parent)) {return false;}
6 if ( parent.IsKindOf("M4A1_Base") )
7 {
8 return true;
9 }
10
11 return false;
12 }