Table of Contents

Class PlayerSpecificLogMessage

Namespace
Archipelago.MultiClient.Net.MessageLog.Messages
Assembly
Archipelago.MultiClient.Net.dll

The PlayerSpecificLogMessage is send a base class for LogMessage's that are made in the context of a specific player. Item player specific messages contain additional information about the specific player.

ItemSendLogMessage also serves as the base class for HintItemSendLogMessage and ItemCheatLogMessage

public abstract class PlayerSpecificLogMessage : LogMessage
Inheritance
PlayerSpecificLogMessage
Derived
Inherited Members

Properties

IsActivePlayer

True if the player this message is concerning is the current connected player

public bool IsActivePlayer { get; }

Property Value

bool

IsRelatedToActivePlayer

True if the player this message is concerning any slot groups (e.g. itemlinks) with the current connected player

public bool IsRelatedToActivePlayer { get; }

Property Value

bool

Player

The player information about the player this message is concerning

public PlayerInfo Player { get; }

Property Value

PlayerInfo