summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_object.h')
-rw-r--r--src/script/lua_api/l_object.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/script/lua_api/l_object.h b/src/script/lua_api/l_object.h
index b6f5cd06f..8fd6c8e71 100644
--- a/src/script/lua_api/l_object.h
+++ b/src/script/lua_api/l_object.h
@@ -215,6 +215,12 @@ private:
// hud_set_hotbar_itemcount(self, hotbar_itemcount)
static int l_hud_set_hotbar_itemcount(lua_State *L);
+ // hud_set_hotbar_image(self, name)
+ static int l_hud_set_hotbar_image(lua_State *L);
+
+ // hud_set_hotbar_selected_image(self, name)
+ static int l_hud_set_hotbar_selected_image(lua_State *L);
+
public:
ObjectRef(ServerActiveObject *object);