DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanPutInCargo()
override
bool
Inventory_Base::CanPutInCargo
(
EntityAI
parent
)
inline
private
См. определение в файле
Candle.c
строка
3
4
{
5
if
( !super.CanPutInCargo(parent) ) {
return
false
;}
6
if
(parent && !parent.HasSelection(
"flame"
))
7
{
8
return
true
;
9
}
10
return
false
;
11
}
Inventory_Base
Создано системой
1.13.2