См. определение в файле GardenBase.c строка 708
709 {
711 {
712 for (
int i = 0; i <
m_Slots.Count(); i++ )
713 {
715
716 if ( found_plant == plant )
717 {
718 return i;
719 }
720 }
721 }
722
723 return -1;
724 }
ref array< ref Slot > m_Slots
Перекрестные ссылки m_Slots и PlantBase().
Используется в RemoveSlotPlant().