UpdatePacketLoss

Updates the packet loss between the player and the hub.

Members

Mixins

__anonymous
mixin IO!(packetLoss)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
hubId
uint hubId;

Player's unique id given by the hub.

packetLoss
float packetLoss;

Percentage of lost packets, from 0% (no packet lost) to 100% (every packet lost).

Meta