summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2014-01-12 13:53:10 +0100
committerNovatux <nathanael.courant@laposte.net>2014-01-12 14:31:32 +0100
commit676f34a02be17d898ea45b1b05be72bfcfcd588e (patch)
treebf3f6a3f5a8abfae1547160e0a17561cb4d5f0b4 /doc
parenta3586cd18d5a6182a578dc08a6dbc23e16df4c14 (diff)
downloadminetest-676f34a02be17d898ea45b1b05be72bfcfcd588e.tar.gz
minetest-676f34a02be17d898ea45b1b05be72bfcfcd588e.tar.bz2
minetest-676f34a02be17d898ea45b1b05be72bfcfcd588e.zip
Fix doc and forceloading crash.
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index afb142513..47232ae16 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1517,6 +1517,8 @@ Random:
minetest.get_connected_players() -> list of ObjectRefs
minetest.hash_node_position({x=,y=,z=}) -> 48-bit integer
^ Gives a unique hash number for a node position (16+16+16=48bit)
+minetest.get_position_from_hash(hash) -> postion
+^ Inverse transform of minetest.hash_node_postion
minetest.get_item_group(name, group) -> rating
^ Get rating of a group of an item. (0 = not in group)
minetest.get_node_group(name, group) -> rating