Use State Driver for Actionbar Visibility State
nfet opened this issue ยท 0 comments
Story: As a player, I would like to hide specific actionbars given a condition
Details
- add in General ActionbarPlus Options UI
- New field:
Visiblity State
- Example Syntax: [stance1:]hide; [combat] show; hide
- defaults to "show"
Use https://wowpedia.fandom.com/wiki/API_SecureCmdOptionParse
"[mod:alt] ALT is held down; [mod:ctrl] CTRL is held down, but ALT is not; neither ALT nor CTRL is held down".
Similar to ElvUI
Use SecureCmdOptionParse to evaluate user given state; default to "show"
Visiblity State field