RoomArgsMaxUsers Property

Maximum number of users allowed in the room. 0 for default.

Definition

Namespace: Alteruna.Multiplayer.Core.MethodArguments
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
public ushort MaxUsers { get; set; }

Property Value

UInt16

Remarks

There is a global limit that is set in the controller. The absolut max is 65533 users.

See Also