Skip to content

Commit

Permalink
to the core
Browse files Browse the repository at this point in the history
  • Loading branch information
Desour committed Oct 24, 2024
1 parent 8f96b66 commit d6aa5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lua_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6928,8 +6928,8 @@ Timing
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,
`minetest.after(0.09, ...)` often waits two steps, resulting in a delay
of about 0.18 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()`
Expand Down

0 comments on commit d6aa5ae

Please sign in to comment.