$Stats
Public Variables
int
The number of bytes received during the last packet process operation.
int
The number of bytes sent during the last packet send operation.
int
The total number of ghosts added, removed, and/or updated on the client during the last packet process operation.
Detailed Description
Public Variables
int netBitsReceived
The number of bytes received during the last packet process operation.
note:Even though this variable has 'Bits' in it, the value is indeed reported in bytes. This name is a legacy holdover and remains for compatibility reasons.
int netBitsSent
The number of bytes sent during the last packet send operation.
note:Even though this variable has 'Bits' in it, the value is indeed reported in bytes. This name is a legacy holdover and remains for compatibility reasons.
int netGhostUpdates
The total number of ghosts added, removed, and/or updated on the client during the last packet process operation.