mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Generalize hud_builtin_enable into hud_set_flags
This commit is contained in:
parent
d83602d98e
commit
d3f0ce6224
12 changed files with 85 additions and 107 deletions
|
@ -202,8 +202,8 @@ private:
|
|||
// hud_get(self, id)
|
||||
static int l_hud_get(lua_State *L);
|
||||
|
||||
// hud_builtin_enable(self, id, flag)
|
||||
static int l_hud_builtin_enable(lua_State *L);
|
||||
// hud_set_flags(self, flags)
|
||||
static int l_hud_set_flags(lua_State *L);
|
||||
|
||||
public:
|
||||
ObjectRef(ServerActiveObject *object);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue