Skip to content

Class LinkStartedEvent

Namespace: Void.Proxy.Api.Events.Links
Assembly: Void.Proxy.Api.dll

public record LinkStartedEvent : IScopedEvent, IEvent, IEquatable<LinkStartedEvent>

Inheritance

objectLinkStartedEvent

Implements

IScopedEvent, IEvent, IEquatable<LinkStartedEvent>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

public LinkStartedEvent(ILink Link, IPlayer Player, bool IsFirstLink, bool IsAnonymous)

Parameters

Link ILink

Player IPlayer

IsFirstLink bool

IsAnonymous bool

Properties

IsAnonymous

public bool IsAnonymous { get; init; }

Property Value

bool

public bool IsFirstLink { get; init; }

Property Value

bool

public ILink Link { get; init; }

Property Value

ILink

Player

public IPlayer Player { get; init; }

Property Value

IPlayer