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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info