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

◆ GateAttachmentsSanityCheck()

void BaseBuildingBase::GateAttachmentsSanityCheck ( )
inlineprotected

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

754 {
755 ConstructionPart wall_base_down = GetConstruction().GetConstructionPart("wall_base_down");
756 ConstructionPart wall_base_up = GetConstruction().GetConstructionPart("wall_base_up");
757 if(GetBarbedWire1() && !wall_base_down.IsBuilt())
758 {
761 }
762 if( ( GetCamoNet() || GetBarbedWire2() ) && !wall_base_up.IsBuilt() )
763 {
767 }
768 }
Construction GetConstruction()
Определения BaseBuildingBase.c:2244
void HandleDropAttachment(ItemBase item)
Определения Fence.c:770
CamoNet GetCamoNet()
Определения Fence.c:143
BarbedWire GetBarbedWire1()
Определения Fence.c:149
CombinationLock GetCombinationLock()
Определения Fence.c:137
BarbedWire GetBarbedWire2()
Определения Fence.c:155
bool IsBuilt()
Определения ConstructionPart.c:45

Перекрестные ссылки GetBarbedWire1(), GetBarbedWire2(), GetCamoNet(), GetCombinationLock(), GetConstruction(), HandleDropAttachment() и ConstructionPart::IsBuilt().