aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_inventory.h
diff options
context:
space:
mode:
authorHan So Ri <2_0_2_0_@naver.com>2022-05-06 07:35:46 +0000
committersfan5 <sfan5@live.de>2022-07-20 21:28:27 +0200
commit5d0235e75788332d823d3f56313a76f9600c0a06 (patch)
treeb5f48303efe898abd9611d078738282af2cf2259 /src/script/cpp_api/s_inventory.h
parent29fa11ef4dee3dccf6084d59d385be283bbf5f21 (diff)
downloadminetest-5d0235e75788332d823d3f56313a76f9600c0a06.tar.gz
minetest-5d0235e75788332d823d3f56313a76f9600c0a06.tar.bz2
minetest-5d0235e75788332d823d3f56313a76f9600c0a06.zip
Translated using Weblate (Korean)
Currently translated at 66.5% (943 of 1416 strings)
Diffstat (limited to 'src/script/cpp_api/s_inventory.h')
0 files changed, 0 insertions, 0 deletions
span class="hl opt">[]; static const luaL_Reg methods[]; static int gc_object(lua_State *L); static int l_get_area(lua_State *L); static int l_get_areas_for_pos(lua_State *L); static int l_get_areas_in_area(lua_State *L); static int l_insert_area(lua_State *L); static int l_reserve(lua_State *L); static int l_remove_area(lua_State *L); static int l_set_cache_params(lua_State *L); static int l_to_string(lua_State *L); static int l_to_file(lua_State *L); static int l_from_string(lua_State *L); static int l_from_file(lua_State *L); public: AreaStore *as = nullptr; LuaAreaStore(); LuaAreaStore(const std::string &type); ~LuaAreaStore(); // AreaStore() // Creates a AreaStore and leaves it on top of stack static int create_object(lua_State *L); static LuaAreaStore *checkobject(lua_State *L, int narg); static void Register(lua_State *L); };