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

◆ GetConstructionPartToDismantle()

ConstructionPart GetConstructionPartToDismantle ( string part_name,
ItemBase tool )
protected

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

459 {
460 if ( CanDismantlePart( part_name, tool ) )
461 {
462 return GetConstructionPart( part_name );
463 }
464
465 return NULL;
466 }
ConstructionPart GetConstructionPart(string part_name)
Определения Construction.c:280
bool CanDismantlePart(string part_name, ItemBase tool)
Определения Construction.c:468

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