Difference between revisions of "enet.peer:disconnect"

m
m (stylistic edit.)
 
Line 9: Line 9:
 
{{param|number|data|An optional integer value to be associated with the disconnect.}}
 
{{param|number|data|An optional integer value to be associated with the disconnect.}}
 
=== Returns ===
 
=== Returns ===
None
+
Nothing.
  
 
== See Also ==
 
== See Also ==

Latest revision as of 02:11, 30 October 2016

Requests a disconnection from the peer. The message is sent on the next host:service() or host:flush().

Function

Synopsis

peer:disconnect(data)

Arguments

number data
An optional integer value to be associated with the disconnect.

Returns

Nothing.

See Also

Other Languages