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

(Created page with "Returns the number of bytes that were sent through the given host . == Function == === Synopsis === <source lang="lua"> host:total_sent_data() </source> === Argu...")
 
m
Line 8: Line 8:
 
None
 
None
 
=== Returns ===
 
=== Returns ===
{{param|number|data|The total number of bytes sent.}}
+
{{param|number|bytes|The total number of bytes sent.}}
  
 
== See Also ==
 
== See Also ==

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