summaryrefslogtreecommitdiff
path: root/doc/menu_lua_api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/menu_lua_api.txt')
-rw-r--r--doc/menu_lua_api.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt
index 03fe5c74d..c7a215c4f 100644
--- a/doc/menu_lua_api.txt
+++ b/doc/menu_lua_api.txt
@@ -146,17 +146,6 @@ Package - content which is downloadable from the content db, may or may not be i
optional_depends = {"mod", "names"}, -- mods only
}
-* core.get_package_list() -> downloads package list from content db
- * returns a list of:
-
- {
- name = "basename",
- title = "human readable title",
- author = "username",
- type = "", -- mod, game, txp
- short_description = "description",
- url = "",
- }
Favorites:
core.get_favorites(location) -> list of favorites (possible in async calls)