summaryrefslogtreecommitdiff
path: root/common.lua
diff options
context:
space:
mode:
Diffstat (limited to 'common.lua')
-rw-r--r--common.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.lua b/common.lua
index 5574bb2..4986de9 100644
--- a/common.lua
+++ b/common.lua
@@ -141,6 +141,13 @@ function fs_helpers.cycling_button(meta, base, meta_name, values)
text = val
end
local field = "fs_helpers_cycling:"..new_value..":"..meta_name
+
+ print("base"..dump(base))
+ print("texture_name"..dump(texture_name))
+ print("field"..dump(field))
+ print("text"..dump(text))
+ print("addopts"..dump(addopts))
+
return base..";"..(texture_name and texture_name..";" or "")..field..";"..minetest.formspec_escape(text)..(addopts and ";"..addopts or "").."]"
end