WoW:API ShowingHelm: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{wowapi}} __NOTOC__ Returns 1 if the player is showing his helm isShowingHelm = ShowingHelm() == Arguments == :None == Returns == :;isShowingHelm : 1 (showing helm) or nil (not s...)
 
m (Move page script moved page API ShowingHelm to API ShowingHelm without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

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