diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 44902725d..a07356d00 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -5070,6 +5070,9 @@ This is basically a reference to a C++ `ServerActiveObject` * `set_acceleration(acc)` * `acc` is a vector * `get_acceleration()`: returns the acceleration, a vector +* `set_rotation(rot)` + * `rot` is a vector (radians) +* `get_rotation()` : returns the rotation, a vector (radians) * `set_yaw(radians)` * `get_yaw()`: returns number in radians * `set_texture_mod(mod)` |