aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_clientobject.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-03-26 13:15:10 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-03-26 13:15:10 +0100
commite0b4859e7c904232253905571721003a2cb76040 (patch)
tree4be2765c3537adc52f5f4f0f2e6b436e153c129f /src/script/lua_api/l_clientobject.h
parent22f73e9f279db40a7357ca955c279ffd5dd881d8 (diff)
downloaddragonfireclient-e0b4859e7c904232253905571721003a2cb76040.tar.xz
Add ClientObjectRef:remove
Diffstat (limited to 'src/script/lua_api/l_clientobject.h')
-rw-r--r--src/script/lua_api/l_clientobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/lua_api/l_clientobject.h b/src/script/lua_api/l_clientobject.h
index 1ff22407f..ebc0f2a90 100644
--- a/src/script/lua_api/l_clientobject.h
+++ b/src/script/lua_api/l_clientobject.h
@@ -89,4 +89,7 @@ private:
// rightclick(self)
static int l_rightclick(lua_State *L);
+
+ // remove(self)
+ static int l_remove(lua_State *L);
};