diff options
author | Emmanuel <emmanuel@chthonicsoftware.com> | 2020-09-07 11:59:13 -0600 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-05 09:45:58 +0100 |
commit | 6b9057a1f2c0f3fabbf061f5bd49519920dd783b (patch) | |
tree | e44766106e3de04a962be77422ddaf5d77823891 /src/script/lua_api/l_item.h | |
parent | ac8ac191691a13162667314358e96f07a65d0d1a (diff) | |
download | minetest-6b9057a1f2c0f3fabbf061f5bd49519920dd783b.tar.xz |
Ability to define and use LUA wield animations
Diffstat (limited to 'src/script/lua_api/l_item.h')
-rw-r--r-- | src/script/lua_api/l_item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/lua_api/l_item.h b/src/script/lua_api/l_item.h index 16878c101..771f1f504 100644 --- a/src/script/lua_api/l_item.h +++ b/src/script/lua_api/l_item.h @@ -152,6 +152,7 @@ private: static int l_register_alias_raw(lua_State *L); static int l_get_content_id(lua_State *L); static int l_get_name_from_content_id(lua_State *L); + static int l_register_wield_animation(lua_State *L); public: static void Initialize(lua_State *L, int top); }; |