From 28a560684b9b9048f8436583805f3f733d7ce829 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 18 Oct 2020 14:16:18 +0200 Subject: Added the API additions from waspsaliva --- src/script/lua_api/l_client.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/script/lua_api/l_client.h') diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 4e49ad60e..5863e5717 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -119,10 +119,13 @@ private: // set_keypress(key_setting, pressed) static int l_set_keypress(lua_State *L); - + // drop_selected_item() static int l_drop_selected_item(lua_State *L); -public: + // get_objects_inside_radius(pos, radius) + static int l_get_objects_inside_radius(lua_State *L); + +public: static void Initialize(lua_State *L, int top); }; -- cgit v1.2.3