diff options
Diffstat (limited to 'doc/menu_lua_api.txt')
-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 b67d6ca00..45db89fb0 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -143,6 +143,8 @@ core.get_game(index) addon_mods_paths = {[1] = <path>,}, } core.get_games() -> table of all games in upper format (possible in async calls) +core.get_mapgen_names() -> table of all map generator algorithms registered in + the core (possible in async calls) Favorites: core.get_favorites(location) -> list of favorites (possible in async calls) |