From 000ec260017256016b62bb9936bbda1ff969e252 Mon Sep 17 00:00:00 2001 From: red-001 Date: Tue, 4 Apr 2017 06:41:37 +0100 Subject: [CSM] Add local node meta reference. (#5508) --- src/script/lua_api/l_client.h | 3 +++ 1 file changed, 3 insertions(+) (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 d7f92ac1c..94b154bb4 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -62,6 +62,9 @@ private: // get_wielded_item() static int l_get_wielded_item(lua_State *L); + // get_meta(pos) + static int l_get_meta(lua_State *L); + public: static void Initialize(lua_State *L, int top); }; -- cgit v1.2.3