1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-30 23:20:22 +02:00

Fix and extend minetest.after(time, func, param)

This commit is contained in:
Perttu Ahola
2012-03-27 08:17:42 +03:00
parent 37b64ff616
commit fa24e6b995
2 changed files with 15 additions and 14 deletions

View File

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