DeathParticipant

@Serializable
data class DeathParticipant(val name: String, val isPlayer: Boolean, val summon: String?, val isTraded: Boolean)(source)

Represents a participant listed in a death.

Constructors

Link copied to clipboard
constructor(name: String, isPlayer: Boolean, summon: String?, isTraded: Boolean)

Properties

Link copied to clipboard

Whether the participant is a player.

Link copied to clipboard

Whether the character was traded after this death occurred.

Link copied to clipboard

The name of the participant. If the participant is a summoned creature, this is the summoner's name.

Link copied to clipboard

The summoned creature that caused this death, if applicable.