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 ===
None
+
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