I’m having trouble finding the documentation for the Lua interface. It would be great with a few examples too. Sorry if I’m missing something obvious.
Best,
Henrik
I’m having trouble finding the documentation for the Lua interface. It would be great with a few examples too. Sorry if I’m missing something obvious.
Best,
Henrik
Hi Henrik,
for reference, most lua built-in functions are available in Grid’s lua runtime.
https://www.lua.org/docs.html
Our own APIs are available here:
On the wiki, most entries have a “reference manual” flag, which can be flicked to see what’s under the hood.