WoW:API UIObject SetAlpha: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
e.g. Model:SetAlpha(200); makes the model translucent, more visible than not. | e.g. Model:SetAlpha(200); makes the model translucent, more visible than not. | ||
---- | |||
{{template:WoW API}} |
Revision as of 20:37, 30 December 2005
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.