File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ 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.
9+ commands when parented to the `TextChatCommands` folder inside
10+ `Class.TextChatService`. Custom commands can have up to two aliases,
11+ and the Triggered event fires when a user types "/{PrimaryAlias}" or
12+ "/{SecondaryAlias}" into the chat.
1213
1314 To learn more about using `Class.TextChatService`, see
1415 [In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
You can’t perform that action at this time.
0 commit comments