UpdateMaxPlayers

Updates the number of players that can be accepted by the node. If the given number is smaller than the players currently connected to the node no player should be kicked.

Members

Mixins

__anonymous
mixin IO!(max)
Undocumented in source.

Variables

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

Maximum number of players accepted by node.

Meta