Player.packetLoss

Gets the player's packet loss, if the client is connected through and UDP protocol.

class Player
final pure nothrow @property @safe @nogc
float
packetLoss
()

Return Value

Type: float

a value between 0 and 100, where 0 means no packet lost and 100 every packet lost

Meta