Resource icon

LuaDoctor 1.2.0

Neki_play

Monolith Development
Staff member
Scripter Secured
Neki_play submitted a new resource:

LuaDoctor - Automatically dump java classes for linting in your editor

Don't want to lurk around forums and open source code to check what class you need to make a feature?? well don't worry because now you have LuaDoctor :D
With this tool (it's also a library but mainly a tool) you can dump methods and values of any class you would ever need!!!

Simple usage goes as follows
LUA:
local LuaDoctor = require("LuaDoctor")
LuaDoctor.generate("net.minecraft.client.Minecraft", {
    recursive = true,
    maxDepth = 140
})
that piece of code will...

Read more about this resource...
 
Back
Top