Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document untrigger-filter #140

Merged
merged 2 commits into from
Feb 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/modules/mechanics/actions-triggers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. | <span className="badge badge--primary">String</span> |
| `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` | A filter that is tested before deactivating the actions inside, similar to [kit lending](/docs/modules/gear/kits#dynamic-kits).<br />*Most actions do not have explicit untrigger logic and will do nothing on untrigger.* | [Filter](/docs/modules/mechanics/filters) | `never` |
| `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 |

### Switch-Scope Attributes
Expand Down