diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 9017eedd0..49da0089b 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -424,6 +424,7 @@ minetest.get_modpath(modname) -> eg. "/home/user/.minetest/usermods/modname" ^ Useful for loading additional .lua modules or static data from mod minetest.get_worldpath() -> eg. "/home/user/.minetest/world" ^ Useful for storing custom data +minetest.is_singleplayer() minetest.debug(line) ^ Goes to dstream |