FutureProg functions

createfield

Agriculture · computer function, computer program, standard futureprog

AgricultureField createfield(Location location)
Contexts: computer function, computer program, standard futureprog
Creates an agriculture field in a location, returning null if one already exists or no profile is available.
location: The location to create a field in, using the terrain default agriculture profile

AgricultureField createfield(Location location, Number profile)
Contexts: computer function, computer program, standard futureprog
Creates an agriculture field in a location with the specified profile.
location: The location to create a field in
profile: The agriculture field profile ID

AgricultureField createfield(Location location, Text profile)
Contexts: computer function, computer program, standard futureprog
Creates an agriculture field in a location with the specified profile.
location: The location to create a field in
profile: The agriculture field profile name or ID

← Back to FutureProg functions