A friend and I were working on customizing a pserver for ourselves a while back and I wrote up a script to use openai api to generate some docs as there's a frustrating lack of docs for adding new lua functionality from scratch. An AI wrote these so some may be just wrong, but I found it super useful to search the directory for keywords when looking to see if a func existed for something. There is also an errors.txt with functions my script couldn't automatically generate for some reason or another. The list isn't exhaustive but there are almost 450 functions documented including their cpp implementation.
Example for function GetNowTime:
Hope this can help another developer out. Do whatever you want with this, though attribution would be cool if it's posted anywhere else.
Cheers warriors of Taborea
Example for function GetNowTime:
Hope this can help another developer out. Do whatever you want with this, though attribution would be cool if it's posted anywhere else.
Cheers warriors of Taborea