Class ChatEmote
Represents a chat emote inside a ChatEmoteSet
Inheritance
System.Object
ChatEmote
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class ChatEmote
Fields
Aliases
Potential aliases of this emote. These do not need to follow the :name:
pattern.
Declaration
public string[] Aliases
Field Value
Type | Description |
---|---|
System.String[] |
Emote
Sprite image to use for this emote.
Declaration
public Sprite Emote
Field Value
Type | Description |
---|---|
Sprite |
Name
Primary name of the emote. This will be used to access it via the :name:
text pattern.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Properties
KeywordName
Name used to display this chat emote in chat.
Declaration
public string KeywordName { get; }
Property Value
Type | Description |
---|---|
System.String |