OtherUserJoinedEventExistingUser Field

Whether the user was already present in the room when the local client joined.

Definition

Namespace: Alteruna.Multiplayer.EventArgument
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public readonly bool ExistingUser

Field Value

Boolean

Remarks

when the event represents a pre-existing session participant encountered upon joining; when the user joined the room after the local client.

See Also