summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSapier <sapier AT gmx dot net>2015-12-25 14:11:39 +0100
committerSapier <sapier AT gmx dot net>2015-12-25 14:11:39 +0100
commitcdbb9ef228f40863761fb73ff7575a0b0fb1fea9 (patch)
tree1e9fc37785e32d0b079b55786680f47fb7e50ec1 /doc
parent9c9b02ca8ad2753ad9c2e10e5b40e23029739634 (diff)
downloadminetest-cdbb9ef228f40863761fb73ff7575a0b0fb1fea9.tar.gz
minetest-cdbb9ef228f40863761fb73ff7575a0b0fb1fea9.tar.bz2
minetest-cdbb9ef228f40863761fb73ff7575a0b0fb1fea9.zip
Add missing documentation of automatic_face_movement_max_rotation_per_sec entity parameter
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 45a47c9ab..b713b68bf 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -3233,6 +3233,8 @@ Definition tables
stepheight = 0,
automatic_face_movement_dir = 0.0,
-- ^ automatically set yaw to movement direction; offset in degrees; false to disable
+ automatic_face_movement_max_rotation_per_sec = -1,
+ -- ^ limit automatic rotation to this value in degrees per second. values < 0 no limit
backface_culling = true, -- false to disable backface_culling for model
nametag = "", -- by default empty, for players their name is shown if empty
nametag_color = <color>, -- sets color of nametag as ColorSpec