From cdbb9ef228f40863761fb73ff7575a0b0fb1fea9 Mon Sep 17 00:00:00 2001
From: Sapier <sapier AT gmx dot net>
Date: Fri, 25 Dec 2015 14:11:39 +0100
Subject: [PATCH] Add missing documentation of
 automatic_face_movement_max_rotation_per_sec entity parameter

---
 doc/lua_api.txt | 2 ++
 1 file changed, 2 insertions(+)

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