WoW API: ShowingHelm
Jump to navigation
Jump to search
← WoW API < ShowingHelm
Returns 1 if the player is showing his helm
isShowingHelm = ShowingHelm()
Arguments[edit]
- None
Returns[edit]
- isShowingHelm
- 1 (showing helm) or nil (not showing helm)
Example[edit]
This macro will toggle showing your character's helm:
/script ShowHelm(not ShowingHelm())