mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Co-authored-by: Desour <ds.desour@proton.me> Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
parent
806fba6448
commit
a450301686
4 changed files with 19 additions and 16 deletions
|
@ -6926,10 +6926,6 @@ Timing
|
|||
* `time` is a lower bound. The job is executed in the first server-step that
|
||||
started at least `time` seconds after the last time a server-step started,
|
||||
measured with globalstep dtime.
|
||||
* In particular this can result in relatively large delays if `time` is close
|
||||
to the server-step dtime. For example, with a target server-step of 0.09 s,
|
||||
`core.after(0.09, ...)` often waits two steps, resulting in a delay of about
|
||||
0.18 s.
|
||||
* If `time` is `0`, the job is executed in the next step.
|
||||
|
||||
* `job:cancel()`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue