when i originally imported tabutil.lua, i left out table saving and reading because i was unsure how far the parameters UI would extend. since parameter saving + reading has come into maturity, it makes sense to add these helper functions for saving and reading table data, in case a seamstress script wants to drop its own files into path.seamstress .. "/data/" .. seamstress.state.name .. "/" with params.action_write or params.action_read.
when i originally imported
tabutil.lua
, i left out table saving and reading because i was unsure how far the parameters UI would extend. since parameter saving + reading has come into maturity, it makes sense to add these helper functions for saving and reading table data, in case a seamstress script wants to drop its own files intopath.seamstress .. "/data/" .. seamstress.state.name .. "/"
withparams.action_write
orparams.action_read
.this PR adds these functions to the lib! :)