From 29c3d593f27e9eb2a310d9436787b730e1e164a6 Mon Sep 17 00:00:00 2001 From: Samuel <69873276+Vexot@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:19:26 -0500 Subject: [PATCH 1/2] Update TextChatCommand.yaml to specify folder requirement --- .../en-us/reference/engine/classes/TextChatCommand.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en-us/reference/engine/classes/TextChatCommand.yaml b/content/en-us/reference/engine/classes/TextChatCommand.yaml index 3ea8aea9f..346c61a3c 100644 --- a/content/en-us/reference/engine/classes/TextChatCommand.yaml +++ b/content/en-us/reference/engine/classes/TextChatCommand.yaml @@ -6,9 +6,10 @@ summary: | Represents a text chat command. description: | Represents a text chat command. Can be used to create custom text chat - commands when parented to `Class.TextChatService`. Custom commands can have up - to two aliases, and the Triggered event fires when a user types - "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. + commands when parented to the `TextChatCommands` folder inside + `Class.TextChatService`. Custom commands can have up to two aliases, + and the Triggered event fires when a user types "/{PrimaryAlias}" or + "/{SecondaryAlias}" into the chat. To learn more about using `Class.TextChatService`, see [In-Experience Text Chat](../../../chat/in-experience-text-chat.md). From 74ed0e326511dc47b8cb93ea623623137518b584 Mon Sep 17 00:00:00 2001 From: Samuel <69873276+Vexot@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:27:13 -0500 Subject: [PATCH 2/2] Include no-link to TextChatCommands --- content/en-us/reference/engine/classes/TextChatCommand.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/reference/engine/classes/TextChatCommand.yaml b/content/en-us/reference/engine/classes/TextChatCommand.yaml index 346c61a3c..01c26ffaf 100644 --- a/content/en-us/reference/engine/classes/TextChatCommand.yaml +++ b/content/en-us/reference/engine/classes/TextChatCommand.yaml @@ -6,7 +6,7 @@ summary: | Represents a text chat command. description: | Represents a text chat command. Can be used to create custom text chat - commands when parented to the `TextChatCommands` folder inside + commands when parented to the `TextChatCommands|no-link` folder inside `Class.TextChatService`. Custom commands can have up to two aliases, and the Triggered event fires when a user types "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat.