aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_item.h
diff options
context:
space:
mode:
authorEmmanuel <emmanuel@chthonicsoftware.com>2020-09-07 11:59:13 -0600
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-03-05 09:45:58 +0100
commit6b9057a1f2c0f3fabbf061f5bd49519920dd783b (patch)
treee44766106e3de04a962be77422ddaf5d77823891 /src/script/lua_api/l_item.h
parentac8ac191691a13162667314358e96f07a65d0d1a (diff)
downloadminetest-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.h1
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);
};