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.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
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