summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorMarkuBu <markus.burrer@gmail.com>2017-04-01 16:50:53 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-04-01 16:50:53 +0200
commit26f4a5c2d1e3d825816188fcd63f6d1f6758ae60 (patch)
treef7a0c054309e7ba547cac27d919a8c04b667f594 /doc/lua_api.txt
parentef56586ed32ca67bd0ae4bbd474f3eca2ce56ec5 (diff)
downloadminetest-26f4a5c2d1e3d825816188fcd63f6d1f6758ae60.tar.gz
minetest-26f4a5c2d1e3d825816188fcd63f6d1f6758ae60.tar.bz2
minetest-26f4a5c2d1e3d825816188fcd63f6d1f6758ae60.zip
First commit for fine pointed (#5485)
Diffstat (limited to 'doc/lua_api.txt')
-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 0ca3767f9..0d3f00c67 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1939,6 +1939,8 @@ Helper functions
* returns time with microsecond precision. May not return wall time.
* `table.copy(table)`: returns a table
* returns a deep copy of `table`
+* `minetest.pointed_thing_to_face_pos(placer, pointed_thing)`: returns a position
+ * returns the exact position on the surface of a pointed node
`minetest` namespace reference
------------------------------