1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00:00

Improved teleport command

This commit is contained in:
Perttu Ahola 2012-03-30 20:54:57 +03:00
parent 7cad0a2dcd
commit 4cee9a86ac
3 changed files with 105 additions and 49 deletions

View file

@ -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