1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00

Re-add removed content

This commit is contained in:
Bituvo 2024-04-21 09:52:44 -04:00
parent 5bb7596586
commit 41bc7d43a7

View File

@ -6549,6 +6549,8 @@ You can find mod channels communication scheme in `doc/mod_channels.png`.
* `minetest.after(time, func, ...)`: returns job table to use as below.
* Call the function `func` after `time` seconds, may be fractional
* Optional: Variable number of arguments that are passed to `func`
* Jobs set for earlier times are executed earlier. If multiple jobs expire
at exactly the same time, then they are executed in registration order.
* `job:cancel()`
* Cancels the job function from being called