Skip to content

Commit 7fd8c33

Browse files
committed
Document untrigger-filter
Resolves #135 Signed-off-by: Pear <20259871+TheRealPear@users.noreply.github.com>
1 parent 5f1aedd commit 7fd8c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/mechanics/actions-triggers.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ In the future, some features that are currently used in Kits may be transferred
3636
| `id` | Unique identifier used to reference this action from other places in the XML. | <span className="badge badge--primary">String</span> |
3737
| `scope` | Sets the scope target an action should operate against. | `player`, `team`, or `match` |
3838
| `filter` | A filter that is tested before running actions inside. | [Filter](/docs/modules/mechanics/filters) |
39+
| `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` |
3940
| `expose` | Allows an action to be triggered by `/action`.<br />*Actions must have an ID and support the match scope for expose to work. Moderators require the `GAMEPLAY` permission to use the action command.* | <span className="badge badge--primary">true/false</span> | false |
4041

4142
### Switch-Scope Attributes

0 commit comments

Comments
 (0)