Table of Contents

Class DeathLink

Namespace
Archipelago.MultiClient.Net.BounceFeatures.DeathLink
Assembly
Archipelago.MultiClient.Net.dll

A DeathLink object that gets sent and received via bounce packets.

public class DeathLink : IEquatable<DeathLink>
Inheritance
DeathLink
Implements
Inherited Members

Constructors

A DeathLink object that gets sent and received via bounce packets.

public DeathLink(string sourcePlayer, string cause = null)

Parameters

sourcePlayer string

Name of the player sending the DeathLink

cause string

Optional reason for the DeathLink. Since this is optional it should generally include a name as if this entire text is what will be displayed

Properties

The full text to print for players receiving the DeathLink. Can be null

public string Cause { get; }

Property Value

string

The name of the player who sent the DeathLink

public string Source { get; }

Property Value

string

The Timestamp of the created DeathLink object

public DateTime Timestamp { get; }

Property Value

DateTime

Methods

public bool Equals(DeathLink other)

Parameters

other DeathLink

Returns

bool
public override bool Equals(object obj)

Parameters

obj object

Returns

bool
public override int GetHashCode()

Returns

int

Operators

public static bool operator ==(DeathLink lhs, DeathLink rhs)

Parameters

lhs DeathLink
rhs DeathLink

Returns

bool
public static bool operator !=(DeathLink lhs, DeathLink rhs)

Parameters

lhs DeathLink
rhs DeathLink

Returns

bool