DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanPutInCargo()
override
bool
CanPutInCargo
(
EntityAI
parent
)
См. определение в файле
FishingRod_Base.c
строка
364
365
{
366
if
( !super.CanPutInCargo(parent) ) {
return
false
;}
367
if
( GetAnimationPhase(
ANIM_PHASE_CLOSED
) > 0.5 )
368
{
369
return
true
;
370
}
371
return
false
;
372
}
ANIM_PHASE_CLOSED
const string ANIM_PHASE_CLOSED
Определения
FishingRod_Base.c:73
Перекрестные ссылки
ANIM_PHASE_CLOSED
.
Ishodniki
scripts
4_World
Entities
ItemBase
FishingRod_Base.c
Создано системой
1.13.2