Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VuhDo VuhDo
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 303
    • Issues 303
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • VuhDo
  • VuhDoVuhDo
  • Wiki
  • VuhDo Custom Flag Bouquet Validators

VuhDo Custom Flag Bouquet Validators · Changes

Page history
Update VuhDo Custom Flag Bouquet Validators authored Sep 15, 2024 by Ivaria's avatar Ivaria
Hide whitespace changes
Inline Side-by-side
Showing with 8 additions and 1 deletion
+8 -1
  • VuhDo-Custom-Flag-Bouquet-Validators.md VuhDo-Custom-Flag-Bouquet-Validators.md +8 -1
  • No files found.
VuhDo-Custom-Flag-Bouquet-Validators.md
View page @ 4d8c170e
......@@ -21,7 +21,14 @@ The follow is a more complicated example which returns true only if the player's
return ((select(2,GetSpellCooldown("Prayer of Mending")) == 0) and ((VUHDO_unitInfo["health"] / VUHDO_unitInfo["healthmax"]) < 0.9)) and true or false;
```
## Example 2
## Checking for a Debuff Icon
As of VuhDo v3.168, there is a new API that must be used to determine whether a unit has an active Debuff Icon:
```lua
```
### Example 2
Another example which returns true only if the unit is currently marked with a raid icon of 'Green Triangle' and also has a custom debuff active called 'Penetrating Cold':
......
Clone repository
  • VuhDo Classic FAQ
  • VuhDo Custom Flag Bouquet Validators
  • Home