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
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
Player
The player information about the player this message is concerning
public PlayerInfo Player { get; }