AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars
Battle.net
HOWTOs Snippets UI tech
Categories
← WoW API < ShowHelm
Enables or disables display of your helm.
ShowHelm(flag);
/script if not ShowHelm(true) then ShowHelm(false) else ShowHelm(true) end;
Toggles displaying your helm.