GetNetworkStats: Difference between revisions
From Onset Developer Wiki
No edit summary |
X7airworker (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Gets the clients' NetworkStats}} | ||
{{FuncSyntax|GetNetworkStats()}} | {{FuncSyntax|GetNetworkStats()}} |
Revision as of 19:21, 28 September 2019
Description
Gets the clients' NetworkStats
Syntax
GetNetworkStats()
Parameters
- This function has no parameters.
Return Value
- packetlossTotal, packetlossLastSecond, messagesInResendBuffer, bytesInResendBuffer, bytesSend, bytesReceived, bytesResent, bytesSendTotal, bytesReceivedTotal, bytesResentTotal, isLimitedByCongestionControl, isLimitedByOutgoingBandwidthLimit
Example
__EDIT_ME__
See also
__EDIT_ME__