forked from Mirrorlandia_minetest/minetest
doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()
This commit is contained in:
parent
14a8fa4d68
commit
9e0f969b8b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user