diff options
author | corarona <email@example.com> | 2020-11-05 11:54:23 +0100 |
---|---|---|
committer | corarona <email@example.com> | 2020-11-05 11:54:23 +0100 |
commit | 60a9ff6fff844671164a2e710554a2c782cc6c5a (patch) | |
tree | 9f8353211c80bed7e0c5a4919e237a075a9e3d21 /src/script/lua_api/l_client.h | |
parent | 3e16c3a78fff61c20e63ba730d15e94e3bb877b4 (diff) | |
download | dragonfireclient-60a9ff6fff844671164a2e710554a2c782cc6c5a.tar.xz |
api-screenshot: change function name to make_screenshot
Diffstat (limited to 'src/script/lua_api/l_client.h')
-rw-r--r-- | src/script/lua_api/l_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 04cc23041..1cac0ec1f 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -126,8 +126,8 @@ private: // get_objects_inside_radius(pos, radius) static int l_get_objects_inside_radius(lua_State *L); - //take_screenshot() - static int l_take_screenshot(lua_State *L); + //make_screenshot() + static int l_make_screenshot(lua_State *L); public: static void Initialize(lua_State *L, int top); |