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 (Arguments: stylistic edit.)
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.}}

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