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

◆ CanReceiveItemIntoCargo()

override bool ScientificBriefcase::CanReceiveItemIntoCargo ( EntityAI item)
inlineprotected

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

38 {
39 if (GetHealthLevel() == GameConstants.STATE_RUINED)
40 return false;
41
42 if (!IsOpen())
43 return false;
44
45 return super.CanReceiveItemIntoCargo(item);
46 }
override bool IsOpen()
Определения ScientificBriefcase.c:48

Перекрестные ссылки IsOpen() и GameConstants::STATE_RUINED.