From 4cee9a86ac6fcde65dc2855a716b52f4437323f0 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 30 Mar 2012 20:54:57 +0300 Subject: Improved teleport command --- doc/lua_api.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/lua_api.txt') 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 -- cgit v1.2.3