WoW:API UIObject SetAlpha

From AddOn Studio
Revision as of 02:57, 19 October 2005 by WoWWiki>Kremonte
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets the alpha of selected model. Alpha is an integer between 0 and 255, 255 being opaque, 0 being transparent.

e.g. Model:SetAlpha(200); makes the model translucent, more visible than not.