OtherUserLeftEvent Class

Event raised when another user leaves 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 OtherUserLeftEvent : UserEvent
Inheritance
Object    MultiplayerEvent    UserEvent    OtherUserLeftEvent

Remarks

Subscribe to [!:MultiplayerManager.OtherUserLeft] to receive this event. Use User to identify who left. This event fires both for voluntary disconnects and for connection losses.

Constructors

OtherUserLeftEvent Initializes a new instance of OtherUserLeftEvent.

See Also