aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_clientobject.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-01-07 12:09:09 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-01-07 12:09:09 +0100
commit4fedc3a31ee20813e4c81377b3bd2af05a26b858 (patch)
tree11aa9dd914ce1c1c48f2dc6b096fbb5e14e3588f /src/script/lua_api/l_clientobject.h
parentdc67f669e9c85df7b54bc1e8775ca4a45cd7cc09 (diff)
downloaddragonfireclient-4fedc3a31ee20813e4c81377b3bd2af05a26b858.tar.xz
Add minetest.interact
Diffstat (limited to 'src/script/lua_api/l_clientobject.h')
-rw-r--r--src/script/lua_api/l_clientobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/lua_api/l_clientobject.h b/src/script/lua_api/l_clientobject.h
index d622dc3b2..1ff22407f 100644
--- a/src/script/lua_api/l_clientobject.h
+++ b/src/script/lua_api/l_clientobject.h
@@ -28,6 +28,8 @@ public:
~ClientObjectRef() = default;
+ ClientActiveObject *getClientActiveObject();
+
static void Register(lua_State *L);
static void create(lua_State *L, ClientActiveObject *object);