diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-03-30 20:54:57 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-30 20:54:57 +0300 |
commit | 4cee9a86ac6fcde65dc2855a716b52f4437323f0 (patch) | |
tree | a547e26d39dd682a107441b52147d9bc70cb69d7 /doc | |
parent | 7cad0a2dcd817b179f82066964c45937a603d138 (diff) | |
download | minetest-4cee9a86ac6fcde65dc2855a716b52f4437323f0.tar.gz minetest-4cee9a86ac6fcde65dc2855a716b52f4437323f0.tar.bz2 minetest-4cee9a86ac6fcde65dc2855a716b52f4437323f0.zip |
Improved teleport command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 3 |
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 |