diff options
author | rubenwardy <rw@rubenwardy.com> | 2022-06-05 17:42:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 17:42:09 +0100 |
commit | 4baf56520d61e22687b563d403f5d873251e135f (patch) | |
tree | 222fc895a63ac842866345d2fe216092f65134f2 /doc | |
parent | a69b7abe00fb818fd88f3cd04e7f9997ffd21072 (diff) | |
download | minetest-4baf56520d61e22687b563d403f5d873251e135f.tar.gz minetest-4baf56520d61e22687b563d403f5d873251e135f.tar.bz2 minetest-4baf56520d61e22687b563d403f5d873251e135f.zip |
Android: Add support for sharing debug.txt (#12370)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu_lua_api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 68e7b4b9d..63e229135 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -46,6 +46,8 @@ core.open_url(url) core.open_dir(path) ^ opens the path in the system file browser/explorer, returns false on failure. ^ Must be an existing directory. +core.share_file(path) +^ Android only. Shares file using the share popup core.get_version() (possible in async calls) ^ returns current core version |