Difference between revisions of "enet.peer:disconnect"

(Created page with "Requests a disconnection from the peer. The message is sent on the next host:service() or host:flush(). == Function...")
 
m
Line 18: Line 18:
 
* [[enet.peer]]
 
* [[enet.peer]]
 
== Other Languages ==
 
== Other Languages ==
{{i18n|enet.host:disconnect}}
+
{{i18n|enet.peer:disconnect}}

Revision as of 04:32, 9 October 2014

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

None

See Also

Other Languages