diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-11 19:27:39 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-11 19:27:39 +0100 |
commit | 22f73e9f279db40a7357ca955c279ffd5dd881d8 (patch) | |
tree | 664be461100524efafba7b86e3cc57898becaaeb /src/script/lua_api/l_localplayer.h | |
parent | 5c06763e871666c9cca06142e859ff06985eba97 (diff) | |
parent | 4c6ab11d9edefabe4af7572a506e247932b417d1 (diff) | |
download | dragonfireclient-22f73e9f279db40a7357ca955c279ffd5dd881d8.tar.xz |
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
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 33e23d178..bb5a294ca 100644 --- a/src/script/lua_api/l_localplayer.h +++ b/src/script/lua_api/l_localplayer.h @@ -65,6 +65,9 @@ private: // get_wielded_item(self) static int l_get_wielded_item(lua_State *L); + // get_hotbar_size(self) + static int l_get_hotbar_size(lua_State *L); + static int l_is_attached(lua_State *L); static int l_is_touching_ground(lua_State *L); static int l_is_in_liquid(lua_State *L); |