Search Results for

    Show / Hide Table of Contents

    Class YieldPerformanceTable

    A lookup table that dictates a plot's wheat yield depending on fertilizer/seed type and weather.

    Inheritance
    object
    YieldPerformanceTable
    Namespace: Backend
    Assembly: cs.temp.dll.dll
    Syntax
    public static class YieldPerformanceTable

    Methods

    GetYield(FarmPlot)

    Find expected wheat yield for plot.

    Declaration
    public static int GetYield(FarmPlot plot)
    Parameters
    Type Name Description
    FarmPlot plot

    The farm plot whose wheat to calculate.

    Returns
    Type Description
    int

    The expected wheat yield (before applying multiplier).

    In This Article
    Back to top Green Revolution Code Documentation