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