بدون توضیح

luarocks b37c102c23 Rebranding 2 روز پیش
LICENSE d082476c8a Rebranding 2 روز پیش
README.md d082476c8a Rebranding 2 روز پیش
init.lua b37c102c23 Rebranding 2 روز پیش
inspect.lua 4a519b45b8 Reformat 1 ماه پیش
mod.conf 442f6a6b24 Update mod.conf 1 ماه پیش

README.md

Log

Dump any lua variables in human-readable format and log them.

It uses a fork of inspect.lua, adapted to Minetest (can dump userdata).

Usage

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.

Example

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.