mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
ContentDB: Add overwrite dialog when content is already installed (#10768)
This commit is contained in:
parent
dd5a732fa9
commit
edd0836011
4 changed files with 84 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue