doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()

This commit is contained in:
Perttu Ahola 2012-03-28 13:01:35 +03:00
parent 14a8fa4d68
commit 9e0f969b8b
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ minetest namespace reference
minetest.get_current_modname() -> string
minetest.get_modpath(modname) -> eg. "/home/user/.minetest/usermods/modname"
^ Useful for loading additional .lua modules or static data from mod
minetest.get_worldpath(modname) -> eg. "/home/user/.minetest/world"
minetest.get_worldpath() -> eg. "/home/user/.minetest/world"
^ Useful for storing custom data
minetest.debug(line)