WoW:API ShowHelm: Difference between revisions
Jump to navigation
Jump to search
(→Arguments: also accepts zero) |
m (Move page script moved page API ShowHelm to API ShowHelm without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Enables or disables display of your helm. | Enables or disables display of your helm. | ||
Line 7: | Line 8: | ||
:(flag) | :(flag) | ||
:;flag : Boolean - true, helm is shown. false, helm is not shown | :;flag : [[Boolean]] - true, helm is shown. false or nil, helm is not shown. | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
/ | /run ShowHelm(not ShowingHelm()) | ||
;''Result'' | ;''Result'' | ||
Toggles displaying your helm. | Toggles displaying your helm. | ||