30 Object targetObject = target.GetObject();
32 if (item.GetQuantity() == 0)
36 int liquid_type = item.GetLiquidType();
43 if (item.GetIsFrozen())
55 targetObject.GetActionComponentNameList(target.GetComponentIndex(), selections);
57 for (
int s = 0; s < selections.Count(); s++)
59 string selection = selections[s];
60 slot = garden_base.GetSlotBySelection( selection );
65 if ( slot && !slot.GetPlant() && slot.GetWateredState() == eWateredState.DRY )