diff options
Diffstat (limited to 'src/script/lua_api/l_localplayer.h')
-rw-r--r-- | src/script/lua_api/l_localplayer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |