Difference between revisions of "enet.host:total sent data"

m
m
Line 1: Line 1:
Returns the number of bytes that were sent through the given [[ enet.host | host ]].
+
Returns the number of bytes that were sent through the given [[enet.host | host]].
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 03:57, 9 October 2014

Returns the number of bytes that were sent through the given host.

Function

Synopsis

host:total_sent_data()

Arguments

None

Returns

number bytes
The total number of bytes sent.

See Also

Other Languages