1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00
This commit is contained in:
Xeno333 2025-06-14 22:52:53 -05:00
parent 75a7c3b4de
commit 2a34e54055

View file

@ -109,7 +109,7 @@ 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_lua_mapgens()` -> map of `[mapgen_name] = {desc = <mapgen_description>, title = <title>}` as listed
* `core.get_lua_mapgens()` -> map of `[mapgen_name] = {desc = <mapgen_description>, title = <title>, mapgen_flags = <flags_table>}` as listed
in `mapgen.conf`, and `nil` if they don't exist.
* `core.get_cache_path()` -> path of cache
* `core.get_temp_path([param])` (possible in async calls)