WoW API: ShowingHelm

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)

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())