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:
parent
7cad0a2dcd
commit
4cee9a86ac
3 changed files with 105 additions and 49 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue