From 7b1def5c04e09b49b93766cbf1ab85ecfd35d25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Bergstr=C3=B6m?= Date: Wed, 22 Sep 2021 08:43:35 +0200 Subject: [PATCH] Update luascript.h --- src/luascript.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/luascript.h b/src/luascript.h index 6fbda3a62c..9e596f9bb9 100644 --- a/src/luascript.h +++ b/src/luascript.h @@ -1190,6 +1190,7 @@ class LuaScriptInterface static int luaItemTypeIsMagicField(lua_State* L); static int luaItemTypeIsUseable(lua_State* L); static int luaItemTypeIsPickupable(lua_State* L); + static int luaItemTypeIsKey(lua_State* L); static int luaItemTypeGetType(lua_State* L); static int luaItemTypeGetGroup(lua_State* L);