Skip to content

Commit

Permalink
Document untrigger-filter
Browse files Browse the repository at this point in the history
Resolves PGMDev#135

Signed-off-by: Pear <[email protected]>
  • Loading branch information
TheRealPear committed Aug 27, 2024
1 parent 5ef794c commit dc95fc1
Showing 1 changed file with 1 addition and 0 deletions.
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` | 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`.<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

0 comments on commit dc95fc1

Please sign in to comment.