mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
stuff
This commit is contained in:
parent
2a75ffa38a
commit
962742559f
8 changed files with 44 additions and 53 deletions
|
@ -232,6 +232,14 @@ if core.set_read_node and core.set_push_node then
|
|||
core.set_read_node = nil
|
||||
|
||||
local function push_node(content, param1, param2)
|
||||
if false then -- TODO: tmp
|
||||
print(dump(debug.traceback()))
|
||||
--~ error()
|
||||
for i = 0, 10 do
|
||||
print("i="..i)
|
||||
print(dump(debug.getinfo(i)))
|
||||
end
|
||||
end
|
||||
return {name = content2name[content], param1 = param1, param2 = param2}
|
||||
end
|
||||
core.set_push_node(push_node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue