См. определение в файле GardenBase.c строка 473
474 {
476
477 if ( slot != NULL )
478 {
479 string item_type = item.GetType();
480
481 if ( slot.GetFertilityType() == "" || slot.GetFertilityType() == item_type )
482 {
483 return true;
484 }
485 }
486
487 return false;
488 }
Slot GetSlotBySelection(string selection_component)
Перекрестные ссылки GetSlotBySelection().