diff options
author | rubenwardy <rw@rubenwardy.com> | 2021-01-04 15:18:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 15:18:31 +0000 |
commit | edd083601173c1b67a2e5cd88e23122f46b88bbf (patch) | |
tree | ab5e97daa087a900cfa19752437ce5e96c2e75e3 /doc | |
parent | dd5a732fa90550066bb96305b64b6648903cc822 (diff) | |
download | minetest-edd083601173c1b67a2e5cd88e23122f46b88bbf.tar.gz minetest-edd083601173c1b67a2e5cd88e23122f46b88bbf.tar.bz2 minetest-edd083601173c1b67a2e5cd88e23122f46b88bbf.zip |
ContentDB: Add overwrite dialog when content is already installed (#10768)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu_lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 8908552d5..1bcf697e9 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -67,6 +67,8 @@ core.copy_dir(source,destination,keep_soure) (possible in async calls) ^ destination folder ^ keep_source DEFAULT true --> if set to false source is deleted after copying ^ returns true/false +core.is_dir(path) (possible in async calls) +^ returns true if path is a valid dir core.extract_zip(zipfile,destination) [unzip within path required] ^ zipfile to extract ^ destination folder to extract to |