Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkServer.GetStatsIn

Switch to Manual
public static function GetStatsIn(out numMsgs: int, out numBytes: int): void;

Parameters

numMsgs Number of messages received so far.
numBytes Number of bytes received so far.

Description

Get inbound network statistics for the server.