RoomArgsHost Property

The host user id of a room. If set to 65535, there will be no explicit host, and instead the user with the lowest ID will be "host".

Definition

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

Property Value

UInt16

Remarks

Note that by default, the "host" is not hosting the room but is just a user that has some additional privileges.

See Also