UpdateViewDistance

Notifies the node that the player's view distance has been updated client-side. The node may decide to not accept the new view distance and not send the required chunks.

Members

Mixins

__anonymous
mixin IO!(viewDistance)
Undocumented in source.

Variables

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

Player's unique id given by the hub.

viewDistance
uint viewDistance;

Player's new view distance as indicated by the client.

Meta