PlayerPacketLossUpdatedEvent.packetLoss

Gets the player's packet loss.

class PlayerPacketLossUpdatedEvent
pure nothrow @property @safe @nogc
float
packetLoss
()

Examples

assert(event.packetLoss == event.player.packetLoss);

Meta