From 9f25aba6c2c3a922ebe74c327e275e83fef1f6f6 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 4 Oct 2015 16:37:03 -0400 Subject: Hide mapgens from main menu not intended for end users --- doc/menu_lua_api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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] = ,}, } 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) -- cgit v1.2.3