diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu_lua_api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 7d46c6526..d1e209187 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -141,8 +141,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) +core.get_mapgen_names([include_hidden=false]) -> table of map generator algorithms + registered in the core (possible in async calls) Favorites: core.get_favorites(location) -> list of favorites (possible in async calls) |