summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-30 20:54:57 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-03-30 20:54:57 +0300
commit4cee9a86ac6fcde65dc2855a716b52f4437323f0 (patch)
treea547e26d39dd682a107441b52147d9bc70cb69d7 /doc/lua_api.txt
parent7cad0a2dcd817b179f82066964c45937a603d138 (diff)
downloadminetest-4cee9a86ac6fcde65dc2855a716b52f4437323f0.tar.gz
minetest-4cee9a86ac6fcde65dc2855a716b52f4437323f0.tar.bz2
minetest-4cee9a86ac6fcde65dc2855a716b52f4437323f0.zip
Improved teleport command
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index a355f8932..e253d2a28 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -540,6 +540,9 @@ minetest.after(time, func, param)
^ Call function after time seconds
^ param is optional; to pass multiple parameters, pass a table.
+Random:
+minetest.get_connected_players() -> list of ObjectRefs
+
Global objects:
minetest.env - environment reference