From 9341af4178fa70a1f687a0205c53d70b7702013b Mon Sep 17 00:00:00 2001 From: whosit Date: Sat, 5 Apr 2025 08:40:00 +0300 Subject: [PATCH] update `help` too --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 74f4f41..47a18c4 100644 --- a/init.lua +++ b/init.lua @@ -111,6 +111,9 @@ dir(t) -- print table key/values (returns nothing) keys(t) -- print table keys (returns nothing) goir(radius) -- return list of objects around you oir(radius) -- return iterator for objects around you +yield(value) -- yield value and pause eval, resume it with /eval_resume command +fsdump(value) -- show the value in a formspec window +fsinput(label, text) -- show a form that will return the text you entered ]] core.chat_send_player(player_name, msg) end,