luarocks b37c102c23 Rebranding | 2 dagen geleden | |
---|---|---|
LICENSE | 2 dagen geleden | |
README.md | 2 dagen geleden | |
init.lua | 2 dagen geleden | |
inspect.lua | 1 maand geleden | |
mod.conf | 1 maand geleden |
Dump any lua variables in human-readable format and log them.
It uses a fork of inspect.lua, adapted to Minetest (can dump userdata).
log()
accept a table, where keys are names and values are any variables to
dump/log. It also accept 2 optional arguments: depth and log level.
minetest.register_on_punchnode(function(_, node)
log {[node.name] = minetest.registered_nodes[node.name].groups}
end)
This mod was created in Rustroot Forge.
All my mods uses Lunati LSP-API annotations, StyLua and Luacheck.