luttje / glua-api-snippets

Scrapes the Garry's Mod Wiki in order to build Lua Language Server comments that will provide IDE suggestions and autocompletion.
MIT License
15 stars 5 forks source link

Regression fix for PR#42 #46

Closed robotboy655 closed 4 months ago

robotboy655 commented 4 months ago

I have identified a regression from one of my previous PRs, my bad, this PR fixes it.

Also, this PR includes manual overrides for CreateConVar (flags argument accepting table or number) and Panel.Add to have proper return types. These are pretty commonly used.

I want to find a way to include this info on the wiki somehow, at least for multiple input types on an argument, and for function callback definitions, but I am not sure what's the best approach for it is yet.