1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-26 18:21:04 +00:00

move to lua

This commit is contained in:
Xeno333 2025-06-17 14:57:22 -05:00
parent 90873d62cb
commit 7f1dc29d7d
6 changed files with 25 additions and 48 deletions

View file

@ -109,8 +109,6 @@ of manually putting one, as different OSs use different delimiters. E.g.
* `handle:stop()` or `core.sound_stop(handle)`
* `core.get_mapgen_names([include_hidden=false])` -> table of map generator algorithms
registered in the core (possible in async calls)
* `core.get_mapgen_descriptions([include_hidden=false])` -> table of map generator descriptions,
in the same order as returned by `core.get_mapgen_names` registered in the core (possible in async calls)
* `core.get_cache_path()` -> path of cache
* `core.get_temp_path([param])` (possible in async calls)
* `param`=true: returns path to a newly created temporary file