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

◆ CanPlantSeed()

bool ItemBase::CanPlantSeed ( string selection_component)
inlineprivate

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

295 {
296 Slot slot = GetSlotBySelection( selection_component );
297
298 if ( slot != NULL && slot.m_State == Slot.STATE_DIGGED )
299 {
300 return true;
301 }
302 else
303 {
304 return false;
305 }
306 }
Slot GetSlotBySelection(string selection_component)
Определения GardenBase.c:647

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