aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_clientobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_clientobject.h')
-rw-r--r--src/script/lua_api/l_clientobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/lua_api/l_clientobject.h b/src/script/lua_api/l_clientobject.h
index ebc0f2a90..160b6c4fe 100644
--- a/src/script/lua_api/l_clientobject.h
+++ b/src/script/lua_api/l_clientobject.h
@@ -78,6 +78,9 @@ private:
// get_textures(self)
static int l_get_item_textures(lua_State *L);
+ // get_properties(self)
+ static int l_get_properties(lua_State *L);
+
// get_hp(self)
static int l_get_hp(lua_State *L);