Class LogMessage
- Namespace
- Archipelago.MultiClient.Net.MessageLog.Messages
- Assembly
- Archipelago.MultiClient.Net.dll
A message to display to the user, consisting of an array of message parts to form a sentence This is the base class for all LogMessage's
public class LogMessage
- Inheritance
-
LogMessage
- Derived
- Inherited Members
Properties
Parts
Different part of a message that should be used to build a sentence The order of the parts is the order the different sections should appear in
public MessagePart[] Parts { get; }
Property Value
Methods
ToString()
Uses the Parts to form a correct sentence
public override string ToString()
Returns
- string
the sentence this LogMessage is representing