Make automatic_rotate relative, allow setting rotation (#8468)
[oweals/minetest.git] / doc / lua_api.txt
index 9685e8307b65a4ec435eee2bc38d3b133e3530e7..07758c23747732506fd52595a99bed1b0c6702db 100644 (file)
@@ -6555,6 +6555,7 @@ Player properties need to be saved manually.
 
         automatic_rotate = 0,
         -- Set constant rotation in radians per second, positive or negative.
+        -- Object rotates along the local Y-axis, and works with set_rotation.
         -- Set to 0 to disable constant rotation.
 
         stepheight = 0,