WoW API: ShowingHelm

From AddOn Studio
Revision as of 15:34, 23 September 2007 by WoWWiki>WoWWiki-Clambake (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...)
(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

None


Returns

isShowingHelm
1 (showing helm) or nil (not showing helm)


Example

This macro will toggle showing your character's helm:

/script ShowHelm(not ShowingHelm())