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

◆ NeedsFertilization()

bool ItemBase::NeedsFertilization ( string selection_component)
inlineprivate

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

491 {
492 Slot slot = GetSlotBySelection( selection_component );
493
494 if ( slot )
495 {
496 if ( slot.GetFertilityState() == eFertlityState.NONE )
497 {
498 return true;
499 }
500 }
501
502 return false;
503 }
eFertlityState
Определения Slot.c:2
Slot GetSlotBySelection(string selection_component)
Определения GardenBase.c:647

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