Tag Action: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "{{Event  | event = Tag Action  | image = File:EditorTagAction.png  | tablocation = VFX  | eventtype = TagAction  | versionorigin = r<code>Version</code>  | 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 ==  {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Action || Dropdown || Action to execute. One can ''Run'', ''Enable'', or ''Disable'...")  | 
				mNo edit summary  | 
				||
| Line 7: | Line 7: | ||
  | shortcut = O  |   | shortcut = O  | ||
}}  | }}  | ||
'''Tag Action''' is an event in the '''Actions Tab''' (also referred to as the '''VFX Tab''') that can run and manage '''tags'''.  | '''Tag Action''' is an event in the '''Actions Tab''' (also referred to as the '''VFX Tab''') that can run and manage [[RDCode#Tags|'''tags''']].  | ||
== Usage ==  | == Usage ==  | ||
Revision as of 11:22, 7 March 2025
| 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.