Player::packetLoss

From RAGE Multiplayer Wiki
Revision as of 17:02, 17 May 2019 by RoboN1X (talk | contribs)
(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