From 3bed0981d058b512bfb8aeeeeed235c9ee9385af Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 15 Aug 2020 15:45:28 +0200 Subject: UI Update; Added AutoTool --- src/script/lua_api/l_localplayer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script/lua_api/l_localplayer.h') diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h index 2c9881d58..a5d1081c7 100644 --- a/src/script/lua_api/l_localplayer.h +++ b/src/script/lua_api/l_localplayer.h @@ -43,6 +43,9 @@ private: // get_wield_index(self) static int l_get_wield_index(lua_State *L); + + // set_wield_index(self) + static int l_set_wield_index(lua_State *L); // get_wielded_item(self) static int l_get_wielded_item(lua_State *L); -- cgit v1.2.3