summaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-31 16:35:55 +0000
committerParamat <paramat@users.noreply.github.com>2019-01-31 16:35:55 +0000
commit572ba83b3084e3d3abd294acb914746d29822a98 (patch)
tree2fb0235c3b73cce8bbd80292d7a18c763eb982d2 /doc/menu_lua_api.txt
parent944e9f5acbac8971643553eb6e351abe362c4c17 (diff)
downloadminetest-572ba83b3084e3d3abd294acb914746d29822a98.tar.gz
minetest-572ba83b3084e3d3abd294acb914746d29822a98.tar.bz2
minetest-572ba83b3084e3d3abd294acb914746d29822a98.zip
Content store: Fix storage leak by storing screenshots in cache (#8137)
Diffstat (limited to 'doc/menu_lua_api.txt')
-rw-r--r--doc/menu_lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt
index c7a215c4f..419bc2f8a 100644
--- a/doc/menu_lua_api.txt
+++ b/doc/menu_lua_api.txt
@@ -65,6 +65,7 @@ core.get_video_drivers()
^ first element of returned list is guaranteed to be the NULL driver
core.get_mapgen_names([include_hidden=false]) -> table of map generator algorithms
registered in the core (possible in async calls)
+core.get_cache_path() -> path of cache
Formspec:
core.update_formspec(formspec)