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

◆ HasAttachmentsBesidesBase()

bool ItemBase::HasAttachmentsBesidesBase ( )
inlineprotected

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

988 {
989 int attachment_count = GetInventory().AttachmentCount();
990 if ( attachment_count > 0 )
991 {
992 if ( HasBase() && attachment_count == 1 )
993 {
994 return false;
995 }
996
997 return true;
998 }
999
1000 return false;
1001 }
bool HasBase()
Определения BaseBuildingBase.c:355

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