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

◆ CanPutInCargo()

override bool FilteringBottle::CanPutInCargo ( EntityAI parent)
inlineprivate

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

46 {
47 if( !super.CanPutInCargo(parent) ) {return false;}
48 if ( parent && (parent.IsKindOf("WatterBottle"))/* && !(parent.IsKindOf("Container_Base"))*/)
49 {
50 return false;
51 }
52
53 return true;
54 }