GetNetworkStats: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[GetPlayerNetworkStats]]
* [[GetNetworkStats]]

Revision as of 17:38, 18 November 2019

GetNetworkStats

Type: Function
Context: Server & Client
Introduced: v1.0

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