mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Allow managing object observers
----- Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
This commit is contained in:
parent
cc8e7a569e
commit
6874c358ea
15 changed files with 284 additions and 22 deletions
|
@ -163,6 +163,15 @@ private:
|
|||
// get_properties(self)
|
||||
static int l_get_properties(lua_State *L);
|
||||
|
||||
// set_observers(self, observers)
|
||||
static int l_set_observers(lua_State *L);
|
||||
|
||||
// get_observers(self)
|
||||
static int l_get_observers(lua_State *L);
|
||||
|
||||
// get_effective_observers(self)
|
||||
static int l_get_effective_observers(lua_State *L);
|
||||
|
||||
// is_player(self)
|
||||
static int l_is_player(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue