Tag Action

Jump to navigation Jump to search
Tag Action
Screenshot of the Event Icon Tag Action
TabVFX
TypeTagAction
OriginrVersion
ShortcutO

Tag Action is an event in the Actions Tab (also referred to as the VFX Tab) that can run and manage tags.

Usage

Properties
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.

History

Trivia