Difference between revisions of "enet.host:flush"

(Created page with "Sends any queued packets. This is only required to send packets earlier than the next call to host:service, or if host:service wil...")
 
m (Returns: stylistic edit.)
Line 8: Line 8:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
None.
+
Nothing.
  
 
== See Also ==
 
== See Also ==

Revision as of 02:18, 30 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