См. определение в файле GardenBase.c строка 766
767 {
769 {
770 for (
int i = 0; i <
m_Slots.Count(); i++ )
771 {
773
774 if ( found_plant == plant )
775 {
776 return i;
777 }
778 }
779 }
780
781 return -1;
782 }
ref array< ref Slot > m_Slots
Перекрестные ссылки m_Slots и PlantBase().
Используется в RemoveSlotPlant().