projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a8fa4
)
doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()
author
Perttu Ahola
<celeron55@gmail.com>
Wed, 28 Mar 2012 10:01:35 +0000
(13:01 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Wed, 28 Mar 2012 10:01:35 +0000
(13:01 +0300)
doc/lua_api.txt
patch
|
blob
|
history
diff --git
a/doc/lua_api.txt
b/doc/lua_api.txt
index f66743a7deb158f3caae6a17fa26c359a321f58e..9017eedd09aae359cd68cb1dc4f2a0f9727ed3a6 100644
(file)
--- a/
doc/lua_api.txt
+++ b/
doc/lua_api.txt
@@
-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)