WoW API: ShowingHelm
← WoW API < ShowingHelm
Returns 1 if the player is showing his helm
isShowingHelm = ShowingHelm()
ArgumentsEdit
- None
ReturnsEdit
- isShowingHelm
- 1 (showing helm) or nil (not showing helm)
ExampleEdit
This macro will toggle showing your character's helm:
/script ShowHelm(not ShowingHelm())