diff options
author | sapier <Sapier at GMX dot net> | 2013-07-31 17:29:25 +0200 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-08-13 23:48:47 +0200 |
commit | fc571ad46df8f3dcc04745bc55d9ca6e1e82ed87 (patch) | |
tree | ddd55fdce5db910f3229ee183aac19f15933bfd4 /doc | |
parent | d718b0b34eda84744778fa12a01d5be5f03753d3 (diff) | |
download | minetest-fc571ad46df8f3dcc04745bc55d9ca6e1e82ed87.tar.gz minetest-fc571ad46df8f3dcc04745bc55d9ca6e1e82ed87.tar.bz2 minetest-fc571ad46df8f3dcc04745bc55d9ca6e1e82ed87.zip |
Add support for entities to automatic face movement direction
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 3dfb67157..5244ff221 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1863,6 +1863,7 @@ Object Properties makes_footstep_sound = false, automatic_rotate = false, stepheight = 0, + automatic_face_movement_dir = false, } Entity definition (register_entity) |