VE Lua Documentation

Press F to search!

graphWithCSVWrite

Definition


-- @/lua/common/guihooks.lua:167
local function graphWithCSVWrite()
  if csvfile then
    csvfile:write(csvfilename)
  else
    log("E", "", "No csvfile to write to: "..dumps(csvfile)..", "..dumps(csvfilename))
  end
end

Callers