Difference between revisions of "enet.peer:disconnect now"

(Created page with "Force immediate disconnection from peer. Foreign peer not guaranteed to receive disconnect notification. == Function == === Synopsis === <source l...")
 
Line 14: Line 14:
 
* [[enet.peer]]
 
* [[enet.peer]]
 
== Other Languages ==
 
== Other Languages ==
{{i18n|enet.host:channel_limit}}
+
{{i18n|enet.peer:disconnect_now}}

Revision as of 04:32, 9 October 2014

Force immediate disconnection from peer. Foreign peer not guaranteed to receive disconnect notification.

Function

Synopsis

peer:disconnect_now(data)

Arguments

number data
Optional integer value to be associated with the disconnect.

Returns

None

See Also

Other Languages