Skip to content

Commit

Permalink
Add missing documentation of automatic_face_movement_max_rotation_per…
Browse files Browse the repository at this point in the history
…_sec entity parameter
  • Loading branch information
Sapier authored and Sapier committed Dec 25, 2015
1 parent 9c9b02c commit cdbb9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/lua_api.txt
Expand Up @@ -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
Expand Down

0 comments on commit cdbb9ef

Please sign in to comment.