Difference between revisions of "enet.host:check events"
(Created page with "Checks for any queued events and dispatches one if available. Returns the associated event if something was dispatched, otherwise nil. == Function == === Syn...") |
m (→Arguments: stylistic edit) |
||
Line 6: | Line 6: | ||
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
+ | None. | ||
+ | |||
=== Returns === | === Returns === | ||
{{param|table|event|An [[enet.event | event]] or nil if no events are available.}} | {{param|table|event|An [[enet.event | event]] or nil if no events are available.}} |
Latest revision as of 02:17, 30 October 2016
Checks for any queued events and dispatches one if available. Returns the associated event if something was dispatched, otherwise nil.
Function
Synopsis
event = host:check_events()
Arguments
None.
Returns
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info