DEPRECATED.
См. определение в файле GardenBase.c строка 993
994 {
996
997 if ( slot != NULL )
998 {
999 string item_type = item.GetType();
1000
1001 if ( slot.GetFertilityType() == "" || slot.GetFertilityType() == item_type )
1002 {
1003 return true;
1004 }
1005 }
1006
1007 return false;
1008 }
Slot GetSlotBySelection(string selection_component)
Перекрестные ссылки GetSlotBySelection().