diff options
author | Elijah Duffy <enduffy2014@outlook.com> | 2017-07-14 11:37:58 -0700 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-07-14 20:37:58 +0200 |
commit | dc3ca09e0e0e25f40cccae12c73830b0334ffb60 (patch) | |
tree | 25ce565ec4db341868754b004fe167c452950b50 /doc | |
parent | 32b68de65a303f0e063cb0d61a79ff7b4837ad7f (diff) | |
download | minetest-dc3ca09e0e0e25f40cccae12c73830b0334ffb60.tar.gz minetest-dc3ca09e0e0e25f40cccae12c73830b0334ffb60.tar.bz2 minetest-dc3ca09e0e0e25f40cccae12c73830b0334ffb60.zip |
Remove remaining modstore code (#6120)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu_lua_api.txt | 20 |
1 files changed, 0 insertions, 20 deletions
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 = <numeric id of mod in modstore>, - title = <human readable title>, - basename = <basename for mod>, - description = <description of mod>, - author = <author of mod>, - download_url= <best match download url>, - license = <short description of license>, - rating = <float value of current rating> -} -core.get_modstore_list() (possible in async calls) -^ returns { - [1] = { - id = <numeric id of mod in modstore>, - title = <human readable title>, - basename = <basename for mod> - } -} core.get_gamepath() (possible in async calls) ^ returns path to global gamepath core.get_texturepath() (possible in async calls) |