Tag Action
Jump to navigation
Jump to search
Tag Action | |
---|---|
Tab | VFX |
Type | TagAction |
Origin | rVersion |
Shortcut | O |
Tag Action is an event in the Actions Tab (also referred to as the VFX Tab) that can run and manage tags.
Usage
Setting | Type | Description |
---|---|---|
Action | Dropdown | Action to execute. One can Run, Enable, or Disable either a specific tag (exact string match) or all tags containing a substring. |
Tag | Text Box | String or substring to match. |
The Tag text box also allows RDCode expressions embedding.
Surgery
{ "bar": X, "beat": X, "y": X, "type": "TagAction", "Action": "Run", "Tag": "" }
Action (enum)
Values: Run, Enable, Disable, RunAll, EnableAll, DisableAll.
Tag (string)
String or substring to match.