1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Add ObjectRef:get_children() (#10480)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
This commit is contained in:
Zughy 2020-10-13 21:27:52 +02:00 committed by GitHub
parent 521a04222a
commit 2341a4aff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 0 deletions

View file

@ -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);