UpdatePlayers

Updates the number of players on the server.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
UNLIMITED
enum int UNLIMITED;
Undocumented in source.
max
int max;

Maximum number of players that can connect to server, which is the sum of the max players of every connected node.

online
uint online;

Players currently online in the whole server (connected to a node).

Mixed In Members

From mixin Make

__anonymous
mixin xpacket.maker.Make
Undocumented in source.
fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta