Difference between revisions of "enet.peer:disconnect later"
(Created page with "Request a disconnection from peer, but only after all queued outgoing packets are sent. == Function == === Synopsis === <source lang="lua"> peer:disconnect_later(...") |
(stylistic edit.) |
||
Line 8: | Line 8: | ||
{{param|number|data|Optional integer value to be associated with the disconnect.}} | {{param|number|data|Optional integer value to be associated with the disconnect.}} | ||
=== Returns === | === Returns === | ||
− | + | Nothing. | |
== See Also == | == See Also == |
Latest revision as of 02:12, 30 October 2016
Request a disconnection from peer, but only after all queued outgoing packets are sent.
Function
Synopsis
peer:disconnect_later(data)
Arguments
number data
- Optional integer value to be associated with the disconnect.
Returns
Nothing.
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