Lua API Manual on darktable lua documentation https://darktable-org.github.io/luadocs/lua.api.manual/ Recent content in Lua API Manual on darktable lua documentation Hugo -- gohugo.io en-us Lua API Version https://darktable-org.github.io/luadocs/lua.api.manual/version/ Mon, 01 Jan 0001 00:00:00 +0000 https://darktable-org.github.io/luadocs/lua.api.manual/version/ đź”—Current API The Lua API version used in darktable 3.8.0 is 8.0.0. attributes https://darktable-org.github.io/luadocs/lua.api.manual/attributes/ Mon, 01 Jan 0001 00:00:00 +0000 https://darktable-org.github.io/luadocs/lua.api.manual/attributes/ This section documents various attributes used throughout the documentation. đź”—write This object is a variable that can be written to. đź”—has_tostring This object has a specific reimplementation of the “tostring” method that allows pretty-printing it. đź”—implicit_yield This call will release the Lua lock while executing, thus allowing other Lua callbacks to run. đź”—parent This object inherits some methods from another object. You can call the methods from the parent on the child object