I’ve been working on and off on this for a couple of weeks now, and I’m pleased to announce that I’ve finished it.
Although documentation for the LoadLibrary based libraries has existed on the wiki in the past, it didn’t use the framework that we built to document classes in the API. I did my best to document & explain (almost) all of the functions, and provided usage examples for most of them.
Feel free to check them out here:
If you have any comments or questions, feel free to post them here.
Notes:
- The main things I didn’t really document are RbxGui.CreateScrollingFrame and RbxGui.CreateTrueScrollingFrame, since you should just use the ScrollingFrame class itself instead
- I didn’t document the undocumented tutorial creation API that is present in RbxGui, because some of the API required for it to work is locked.
- The layout of returns is a bit wonky with functions. The full pages should explain them better.