WoW API: ShowingHelm

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API ShowingHelm to API ShowingHelm without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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())