From dc95fc1ba0a85b9b121ff202a0715acc550e76e2 Mon Sep 17 00:00:00 2001 From: Pear <20259871+TheRealPear@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:38:14 -0400 Subject: [PATCH] Document untrigger-filter Resolves #135 Signed-off-by: Pear <20259871+TheRealPear@users.noreply.github.com> --- docs/modules/mechanics/actions-triggers.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/mechanics/actions-triggers.mdx b/docs/modules/mechanics/actions-triggers.mdx index f3c919f2..5b395b1d 100644 --- a/docs/modules/mechanics/actions-triggers.mdx +++ b/docs/modules/mechanics/actions-triggers.mdx @@ -36,6 +36,7 @@ In the future, some features that are currently used in Kits may be transferred | `id` | Unique identifier used to reference this action from other places in the XML. | String | | `scope` | Sets the scope target an action should operate against. | `player`, `team`, or `match` | | `filter` | A filter that is tested before running actions inside. | [Filter](/docs/modules/mechanics/filters) | +| `untrigger-filter` | Filters if an untrigger event (e.g. a trigger filter stops matching) should be passed down to children, similar to [kit lending](/docs/modules/gear/kits#dynamic-kits). | [Filter](/docs/modules/mechanics/filters) | `never` | | `expose` | Allows an action to be triggered by `/action`.
*Actions must have an ID and support the match scope for expose to work. Moderators require the `GAMEPLAY` permission to use the action command.* | true/false | false | ### Switch-Scope Attributes