1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 01:25:20 +02:00

Add function to get all HUD elements (#14042)

This commit is contained in:
cx384
2024-01-14 17:46:29 +01:00
committed by GitHub
parent ed7d4037b2
commit 92c55c27cf
9 changed files with 85 additions and 0 deletions

View File

@@ -93,6 +93,8 @@ private:
static int l_hud_change(lua_State *L);
// hud_get(self, id)
static int l_hud_get(lua_State *L);
// hud_get_all(self)
static int l_hud_get_all(lua_State *L);
static int l_get_move_resistance(lua_State *L);