Player::packetLoss

From RAGE Multiplayer Wiki

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