Player::packetLoss

From RAGE Multiplayer Wiki
Revision as of 16:37, 30 April 2019 by RoboN1X (talk | contribs) (Created page with "This property returns players packet loss. '''Note: this property is read-only.''' == Example == {{ServersideCode| <pre> let playerPacketLoss = player.packetLoss; player.out...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This property returns players packet loss.

Note: this property is read-only.

Example

Server-Side
let playerPacketLoss = player.packetLoss;
player.outputChatBox("Your packet loss is: " + playerPacketLoss);

See Also