Skip to content

Commit

Permalink
Merge pull request #71 from istnv/action-vars
Browse files Browse the repository at this point in the history
Allow variables in action options
Version bump
Formatting (prettier)
Docs
  • Loading branch information
istnv authored Dec 2, 2022
2 parents 839d43f + 1103412 commit 97a93fe
Show file tree
Hide file tree
Showing 10 changed files with 1,790 additions and 1,679 deletions.
1 change: 1 addition & 0 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Variable | Description
**$(INSTANCENAME:n_id)** | UniqueID of the current Playhead Cue
**$(INSTANCENAME:n_name)** | Name of the current Playhead Cue or [none]
**$(INSTANCENAME:n_num)** | Number of the current Playhead Cue
**$(INSTANCENAME:n_type)** | Cue Type of the current Playhead Cue
**$(INSTANCENAME:n_notes)** | First 20 characters of the Note on the Playhead Cue
**$(INSTANCENAME:n_stat)** | Playhead Cue Status: "✕" if broken, "⏽" if loaded, "⏵" if running, "⏸" if paused, otherwise "·"
**$(INSTANCENAME:r_id)** | UniqueID of the current Running Cue
Expand Down
Loading

0 comments on commit 97a93fe

Please sign in to comment.