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

(Created page with "Returns the number of bytes that were received by the given host. == Function == === Synopsis === <source lang="lua"> host:total_received_data() </source> === Arguments === None ...")
 
m (Edited i18n link to the correct one.)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None
+
None.
 +
 
 
=== Returns ===
 
=== Returns ===
 
{{param|number|bytes|The total number of bytes received.}}
 
{{param|number|bytes|The total number of bytes received.}}
Line 15: Line 16:
 
* [[enet.host:total_sent_data]]
 
* [[enet.host:total_sent_data]]
 
== Other Languages ==
 
== Other Languages ==
{{i18n|enet.host:channel_limit}}
+
{{i18n|enet.host:total_received_data}}

Latest revision as of 02:23, 30 October 2016

Returns the number of bytes that were received by the given host.

Function

Synopsis

host:total_received_data()

Arguments

None.

Returns

number bytes
The total number of bytes received.

See Also

Other Languages