aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_localplayer.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-03-11 19:27:39 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-03-11 19:27:39 +0100
commit22f73e9f279db40a7357ca955c279ffd5dd881d8 (patch)
tree664be461100524efafba7b86e3cc57898becaaeb /src/script/lua_api/l_localplayer.h
parent5c06763e871666c9cca06142e859ff06985eba97 (diff)
parent4c6ab11d9edefabe4af7572a506e247932b417d1 (diff)
downloaddragonfireclient-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.h3
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);