summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2021-02-07 15:27:24 +0000
committerGitHub <noreply@github.com>2021-02-07 15:27:24 +0000
commit3a8c37181a9bf9624f3243e8e884f12ae7692609 (patch)
tree9eeb13277cdaa005e1781a6b5c46666e3596cd95 /doc
parent4caf156be5baf80e6bcdb6797937ffabbe476a0f (diff)
downloadminetest-3a8c37181a9bf9624f3243e8e884f12ae7692609.tar.gz
minetest-3a8c37181a9bf9624f3243e8e884f12ae7692609.tar.bz2
minetest-3a8c37181a9bf9624f3243e8e884f12ae7692609.zip
Use consistent temp folder path (#10892)
Diffstat (limited to 'doc')
-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 db49c1736..b3975bc1d 100644
--- a/doc/menu_lua_api.txt
+++ b/doc/menu_lua_api.txt
@@ -85,6 +85,7 @@ core.get_video_drivers()
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
+core.get_temp_path() -> path of temp folder
HTTP Requests