1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

First commit for fine pointed (#5485)

This commit is contained in:
MarkuBu 2017-04-01 16:50:53 +02:00 committed by Loïc Blot
parent ef56586ed3
commit 26f4a5c2d1
3 changed files with 37 additions and 1 deletions

View file

@ -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
------------------------------