File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ summary: |
66 Represents a text chat command.
77description : |
88 Represents a text chat command. Can be used to create custom text chat
9- commands when parented to `Class.TextChatService`. Custom commands can have up
10- to two aliases, and the Triggered event fires when a user types
11- "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For examples of
12- creating custom text chat commands, see [Custom Text Chat Commands](../../../chat/examples/custom-text-chat-commands.md)
9+ commands when parented to `Class.TextChatService`.
1310
11+ Custom commands can have up to two aliases, and the Triggered event fires when a user types
12+ "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For an example of custom commands,
13+ see [Custom text chat commands](../../../chat/examples/custom-text-chat-commands.md).
14+
1415 To learn more about using `Class.TextChatService`, see
15- [In-Experience Text Chat ](../../../chat/in-experience-text-chat.md).
16+ [In-experience text chat ](../../../chat/in-experience-text-chat.md).
1617code_samples : []
1718inherits :
1819 - Instance
You can’t perform that action at this time.
0 commit comments