Go to file
DS-Minetest e95be10d82 fix 2017-05-16 17:56:11 +02:00
README.md remove 2017-05-16 17:16:48 +02:00
init.lua fix 2017-05-16 17:56:11 +02:00
mod.conf first commit 2017-05-15 20:09:55 +02:00

README.md

The mod can only be used if worldstorage.get_current_worldname() doesn't return nil.

  • worldstorage.get_current_worldname()
  • worldstorage.get_int(key)
  • worldstorage.set_int(key, value)
  • worldstorage.get_float(key)
  • worldstorage.set_float(key, value)
  • worldstorage.get_string(key)
  • worldstorage.set_string(key, value)
  • worldstorage.to_table()
  • worldstorage.from_table(values)
  • worldstorage.register_on_activate(func())