DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanPutInCargo()
[2/2]
override
bool
Bottle_Base::CanPutInCargo
(
EntityAI
parent
)
inline
private
См. определение в файле
WaterBottle.c
строка
44
45
{
46
if
( !super.CanPutInCargo(parent) ) {
return
false
;}
47
if
( parent && (parent.IsKindOf(
"WatterBottle"
))
/* && !(parent.IsKindOf("Container_Base"))*/
)
48
{
49
return
false
;
50
}
51
52
return
true
;
53
}
Bottle_Base
Создано системой
1.13.2