Skip to content

Commit

Permalink
docs: Automatic Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Nov 12, 2024
1 parent 4585e73 commit 217f50a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/modules/ROOT/pages/lua/api/Event.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Returns all signal senders this computer is listening to.
!===
====

=== __event.__**loop** ()
Runs an infinite loop or `future.run()`, `event.pull(0)` and `coroutine.yield()`.

=== __event.__**pull** ([timeout: number]) -> (string|nil, xref:/reflection/classes/Object.adoc[Object], ...)
Waits for a signal in the queue. Blocks the execution until a signal got pushed to the signal queue, or the timeout is reached. +
Returns directly if there is already a signal in the queue (the tick doesn¬タルt get yielded).
Expand Down

0 comments on commit 217f50a

Please sign in to comment.