Add function to get all HUD elements (#14042)
This commit is contained in:
@@ -93,6 +93,8 @@ class LuaLocalPlayer : public ModApiBase
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user