WoW:API UIObject SetAlpha: Difference between revisions

m
No edit summary
Line 15: Line 15:


Fade the whole UI so that it becomes barely visible:
Fade the whole UI so that it becomes barely visible:
  UIParent:SetAlpa(0.1);
  UIParent:SetAlpha(0.1);


== Notes ==
== Notes ==
Anonymous user