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

◆ HasAttachmentsBesidesBase()

bool ItemBase::HasAttachmentsBesidesBase ( )
inlineprotected

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

968 {
969 int attachment_count = GetInventory().AttachmentCount();
970 if ( attachment_count > 0 )
971 {
972 if ( HasBase() && attachment_count == 1 )
973 {
974 return false;
975 }
976
977 return true;
978 }
979
980 return false;
981 }
bool HasBase()
Определения BaseBuildingBase.c:331

Перекрестные ссылки HasBase().