diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index cb84b5459..45ee7648b 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1104,6 +1104,8 @@ methods: - set_wielded_item(item): replaces the wielded item, returns true if successful - set_armor_groups({group1=rating, group2=rating, ...}) - set_animations({x=1,y=1}, frame_speed=15, frame_blend=0) +- set_attachment(parent, "", {x=0,y=0,z=0}, {x=0,y=0,z=0}) +- set_detachment() - set_bone_posrot("", {x=0,y=0,z=0}, {x=0,y=0,z=0}) - set_properties(object property table) LuaEntitySAO-only: (no-op for other objects) |