UpdatePlayers

Updates the number of players on the server.

Members

Mixins

__anonymous
mixin IO!(online, max)
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).

Meta