llSetLinkAlpha

From Second Life Wiki
Revision as of 05:22, 29 March 2007 by Ricky Geesink (talk | contribs) (Fix for alphabetical order in Functions list)
Jump to navigation Jump to search

Summary

Function: llSetLinkAlpha( integer linknumber, float alpha, integer face );

If a prim exists in the link chain at linknumber, set face to alpha

• integer linknumber
• float alpha
• integer face

Examples

See Also

Events

•  changed CHANGED_COLOR

Functions

•  llGetAlpha Gets the prim's alpha
•  llSetAlpha Sets the prim's alpha
•  llGetColor Gets the prim's color
•  llSetColor Sets the prim's color
•  llSetLinkColor
•  llSetLinkTexture
•  llSetLinkPrimitiveParams

Deep Notes

Search JIRA for related Issues

Signature

function void llSetLinkAlpha( integer linknumber, float alpha, integer face );