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

◆ CanPlantSeed()

bool ItemBase::CanPlantSeed ( string selection_component)
inlineprivate

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

357 {
358 Slot slot = GetSlotBySelection(selection_component);
359 if (slot != NULL && slot.GetState() == eGardenSlotState.STATE_DIGGED)
360 {
361 return true;
362 }
363 else
364 {
365 return false;
366 }
367 }
Slot GetSlotBySelection(string selection_component)
Определения GardenBase.c:705

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