mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Add ObjectRef:get_children() (#10480)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
This commit is contained in:
@@ -143,6 +143,9 @@ private:
|
||||
// get_attach(self)
|
||||
static int l_get_attach(lua_State *L);
|
||||
|
||||
// get_children(self)
|
||||
static int l_get_children(lua_State *L);
|
||||
|
||||
// set_detach(self)
|
||||
static int l_set_detach(lua_State *L);
|
||||
|
||||
|
Reference in New Issue
Block a user