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 (Arguments: stylistic edit.)
 
(3 intermediate revisions by one other user not shown)
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 ===
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
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 ==
 
* [[parent::lua-enet]]
 
* [[parent::lua-enet]]
 
* [[enet.host]]
 
* [[enet.host]]
 +
* [[enet.host:total_received_data]]
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|enet.host:total_sent_data}}
 
{{i18n|enet.host:total_sent_data}}

Latest revision as of 02:22, 30 October 2016

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