◆ ActionDisinfectPlant()
◆ ActionCondition()
32 {
35 {
37
40 string selection;
41
43 {
46 if (slot)
47 break;
48 }
49
50 if ( slot && slot.GetPlant() )
51 {
52 m_Plant = PlantBase.Cast(slot.GetPlant());
54 {
55 if (
m_Plant.GetPlantStateIndex() < 1 )
56 return false;
57
58 if (
item.GetQuantity() > 0 )
59 {
60 return true;
61 }
62 }
63 }
64 }
65 return false;
66 }
PlantBase m_Plant
Definition ActionDisinfectPlant.c:11
Super root of all classes in Enforce script.
Definition EnScript.c:11
Definition GardenPlot.c:2
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки Class::CastTo() и m_Plant.
◆ CreateConditionComponents()
◆ m_Plant
Объявления и описания членов класса находятся в файле: