We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1267610 commit c0a316bCopy full SHA for c0a316b
1 file changed
Exporter.lua
@@ -6,8 +6,8 @@ function Exporter:init(fieldworkCourse)
6
self.fieldworkCourse = fieldworkCourse
7
end
8
9
---- Export a headland as a CSV file. Only includes the given headland, without the
10
----@param headlandNumber number The headland to export, 1 ist the outermost
+--- Export a headland as a CSV file. Only includes the given headland, without the connecting path or transitions.
+---@param headlandNumber number The headland to export, 1 is the outermost
11
---@param filename string The filename to save the CSV file as, under the export/ directory
12
function Exporter:exportHeadlandAsCsv(headlandNumber, filename)
13
local file = io.open('export/' .. filename, 'w')
0 commit comments