From: Sapier Date: Fri, 25 Dec 2015 13:11:39 +0000 (+0100) Subject: Add missing documentation of automatic_face_movement_max_rotation_per_sec entity... X-Git-Tag: 0.4.14~364 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cdbb9ef228f40863761fb73ff7575a0b0fb1fea9;p=oweals%2Fminetest.git Add missing documentation of automatic_face_movement_max_rotation_per_sec entity parameter --- 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 = , -- sets color of nametag as ColorSpec