|
| static number | getFluidContainerMillilitresPerUse () |
| static number | getWaterUsesFloat (InventoryItem item) |
| static integer | getWaterUsesInteger (nil item) |
| static boolean | doFarmingMenu (integer player, ISContextMenu context, IsoObject[] worldobjects, boolean test) |
| static InventoryItem | getShovel (IsoPlayer player) |
| static boolean | itemSortByName (InventoryItem a, InventoryItem b) |
| static boolean | doFarmingMenu2 (integer player, ISContextMenu context, IsoObject[] worldobjects, boolean test) |
| static boolean | canDigHere (IsoObject[] worldObjects) |
| static boolean | canDigHereSquare (IsoGridSquare square) |
| static void | canPlow (number seedAvailable, string typeOfSeed, umbrella::ISContextMenu::Option option, string seedName, IsoPlayer playerObj) |
| static string | plantInfo (umbrella::Farming::Props prop) |
| static boolean | isValidPlant (CPlantGlobalObject plant) |
| static boolean | walkToPlant (IsoPlayer playerObj, IsoGridSquare square) |
| static void | onHarvest (IsoObject[] worldobjects, CPlantGlobalObject plantToharvest, IsoGridSquare sq, IsoPlayer playerObj) |
| static boolean | isMildewCureValid () |
| static void | onMildewCureSquareSelected () |
| static void | onMildewCure (IsoObject[] worldobjects, integer uses, IsoGridSquare sq, IsoPlayer playerObj) |
| static boolean | isFliesCureValid () |
| static void | onFliesCureSquareSelected () |
| static void | onFliesCure (IsoObject[] worldobjects, integer uses, IsoGridSquare sq, IsoPlayer playerObj) |
| static boolean | isSlugsCureValid () |
| static void | onSlugsCureSquareSelected () |
| static void | onSlugsCure (IsoObject[] worldobjects, integer uses, IsoGridSquare sq, IsoPlayer playerObj) |
| static boolean | isAphidCureValid () |
| static void | onAphidsCureSquareSelected () |
| static void | onAphidsCure (IsoObject[] worldobjects, integer uses, IsoGridSquare sq, IsoPlayer playerObj, ISContextMenu context) |
| static void | onInfo (IsoObject[] worldobjects, CPlantGlobalObject plant, IsoGridSquare sq, IsoPlayer playerObj) |
| static void | onWater (IsoObject[] worldobjects, integer uses, InventoryItem handItem, IsoPlayer playerObj, CPlantGlobalObject plant, IsoGridSquare sq, ISContextMenu context) |
| static string | getPlantName (CPlantGlobalObject plant) |
| static void | onSeed (IsoPlayer playerObj, string typeOfSeed, CPlantGlobalObject plant, IsoGridSquare sq, string seedName) |
| static void | onPlow (IsoObject[] worldobjects, IsoPlayer playerObj, InventoryItem handItem) |
| static void | onShovel (IsoObject[] worldobjects, CPlantGlobalObject plant, IsoPlayer playerObj, IsoGridSquare sq) |
| static void | onFertilize (IsoObject[] worldobjects, InventoryItem handItem, CPlantGlobalObject plant, IsoGridSquare sq, IsoPlayer playerObj) |
| static void | onCompost (IsoObject[] worldobjects, InventoryItem handItem, CPlantGlobalObject plant, IsoGridSquare sq, IsoPlayer playerObj) |
| static void | onCheatGrow (IsoObject[] worldobjects, SPlantGlobalObject plant) |
| static void | onCheatWater (IsoObject[] worldobjects, SPlantGlobalObject plant) |
| static void | onCheat (IsoObject[] worldobjects, CPlantGlobalObject plant, umbrella::ISFarmingMenu::CheatArgs args) |