Update Lua API documentation to include minetest.get_modnames()

This commit is contained in:
Matthew I 2012-07-21 21:45:09 -04:00 committed by Perttu Ahola
parent c62a121cca
commit c259f7c8bd
1 changed files with 2 additions and 0 deletions

View File

@ -718,6 +718,8 @@ minetest namespace reference
minetest.get_current_modname() -> string
minetest.get_modpath(modname) -> eg. "/home/user/.minetest/usermods/modname"
^ Useful for loading additional .lua modules or static data from mod
minetest.get_modnames() -> list of installed mods
^ Return a list of installed mods, sorted alphabetically
minetest.get_worldpath() -> eg. "/home/user/.minetest/world"
^ Useful for storing custom data
minetest.is_singleplayer()