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

◆ GetConstructionPartToDestroy()

ConstructionPart GetConstructionPartToDestroy ( string part_name)
protected

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

557 {
558 if ( CanDestroyPart( part_name ) )
559 {
560 return GetConstructionPart( part_name );
561 }
562
563 return NULL;
564 }
bool CanDestroyPart(string part_name)
Определения Construction.c:566
ConstructionPart GetConstructionPart(string part_name)
Определения Construction.c:280

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