Difference between revisions of "enet.host:flush"

m (Returns: stylistic edit.)
m (fixed i18n.)
 
Line 15: Line 15:
 
* [[enet.host]]
 
* [[enet.host]]
 
== Other Languages ==
 
== Other Languages ==
{{i18n|enet.host:connect}}
+
{{i18n|enet.host:flush}}

Latest revision as of 12:16, 31 October 2016

Sends any queued packets. This is only required to send packets earlier than the next call to host:service, or if host:service will not be called again.

Function

Synopsis

host:flush()

Arguments

None.

Returns

Nothing.

See Also

Other Languages