From dc3ca09e0e0e25f40cccae12c73830b0334ffb60 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Fri, 14 Jul 2017 11:37:58 -0700 Subject: Remove remaining modstore code (#6120) --- doc/menu_lua_api.txt | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'doc/menu_lua_api.txt') diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index a9392ff93..449b18b1c 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -37,26 +37,6 @@ core.get_modpath() (possible in async calls) ^ returns path to global modpath core.get_clientmodpath() (possible in async calls) ^ returns path to global client-side modpath -core.get_modstore_details(modid) (possible in async calls) -^ modid numeric id of mod in modstore -^ returns { - id = , - title = , - basename = , - description = , - author = , - download_url= , - license = , - rating = -} -core.get_modstore_list() (possible in async calls) -^ returns { - [1] = { - id = , - title = , - basename = - } -} core.get_gamepath() (possible in async calls) ^ returns path to global gamepath core.get_texturepath() (possible in async calls) -- cgit v1.2.3