mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 19:35:24 +01:00
Fix and extend minetest.after(time, func, param)
This commit is contained in:
@@ -467,8 +467,9 @@ minetest.sound_play(spec, parameters) -> handle
|
||||
^ parameters = sound parameter table
|
||||
minetest.sound_stop(handle)
|
||||
|
||||
minetest.after(time, func)
|
||||
minetest.after(time, func, param)
|
||||
^ Call function after time seconds
|
||||
^ param is optional; to pass multiple parameters, pass a table.
|
||||
|
||||
Global objects:
|
||||
minetest.env - environment reference
|
||||
|
||||
Reference in New Issue
Block a user