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

◆ CanBeIgnitedBy()

override bool InventoryItemSuper::CanBeIgnitedBy ( EntityAI igniter = NULL)
inlineprivate

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

17 {
18 if ( GetHierarchyParent() ) return false;
19
20 return true;
21 }