Class HintItemSendLogMessage
- Namespace
- Archipelago.MultiClient.Net.MessageLog.Messages
- Assembly
- Archipelago.MultiClient.Net.dll
An item hint message to display to the user, consisting of an array of message parts to form a sentence.
The HintItemSendLogMessage
is send in response to a client hinting for an item.
Item hint messages contain additional information about the item that was sent for more specific processing
public class HintItemSendLogMessage : ItemSendLogMessage
- Inheritance
-
HintItemSendLogMessage
- Inherited Members
Properties
IsFound
Indicates if the location of this item was already checked
public bool IsFound { get; }