sol2
sol2 copied to clipboard
Generating definition files
We are looking to create definition files for our Lua 5.4 API like this: https://luals.github.io/wiki/definition-files/
We have about 800 commands, so we hope to find an automated solution for this.
I was wondering if there is a way to walk through a sol state and print out all the class structure, functions, etc. that are exposed to Lua?