sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Generating definition files

Open UltraEngine opened this issue 10 months ago • 2 comments

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?

UltraEngine avatar Apr 20 '24 14:04 UltraEngine