Table of Contents

Class TagsChangedLogMessage

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

An tags changed message to display to the user, consisting of an array of message parts to form a sentence. The TagsChangedLogMessage is send in response to a client changing their tags

public class TagsChangedLogMessage : PlayerSpecificLogMessage
Inheritance
TagsChangedLogMessage
Inherited Members

Properties

Tags

The tags used by the client, tags are used for certain functionality that is shared across the mutliworld (e.g. DeathLink)

public string[] Tags { get; }

Property Value

string[]

See Also