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 Make
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.

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