UserEvent Class

Base class for multiplayer events that concern a specific user.

Definition

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

Remarks

Derives from MultiplayerEvent and exposes the full User object associated with the event. Use this when the event handler needs access to user properties such as the display name or index.

Constructors

UserEvent Initializes a new instance of UserEvent.

Fields

User The user associated with this event.

See Also