mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Move archive extraction in content store to async job
This commit is contained in:
parent
2d5b7b5fb4
commit
2b5075f0e2
6 changed files with 47 additions and 105 deletions
|
@ -85,7 +85,9 @@ 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
|
||||
core.get_temp_path([param]) (possible in async calls)
|
||||
^ param=true: returns path to a temporary file
|
||||
^ otherwise: returns path to the temporary folder
|
||||
|
||||
|
||||
HTTP Requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue