OtherUserJoinedEvent Class

Event raised when another user joins the room the local client is in.

Definition

Namespace: Alteruna.Multiplayer.EventArgument
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public class OtherUserJoinedEvent : UserEvent
Inheritance
Object    MultiplayerEvent    UserEvent    OtherUserJoinedEvent

Remarks

Subscribe to [!:MultiplayerManager.OtherUserJoined] to receive this event. This event also fires for every user already in the room when the local client first joins, with ExistingUser set to in those cases. Use User to access the joining user's details.

Constructors

OtherUserJoinedEvent Initializes a new instance of OtherUserJoinedEvent.

Fields

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

See Also