Difference between revisions of "LlSetLinkAlpha"

From Second Life Wiki
Jump to navigation Jump to search
m (Fix for alphabetical order in Functions list)
Line 1: Line 1:
{{LSL Function/face|face|}} {{LSL Function/link|linknumber|}} {{LSL_Function/alpha|alpha}} {{LSL_Function
{{LSL_Function
|func=llSetLinkAlpha
|sort=SetLinkAlpha
|func_id=274|func_sleep=0.0|func_energy=10.0
|func_id=274|func_sleep=0.0|func_energy=10.0
|func=llSetLinkAlpha
|p1_type=integer|p1_name=linknumber
|p1_type=integer|p1_name=linknumber
|p2_type=float|p2_name=alpha
|p2_type=float|p2_name=alpha
Line 31: Line 32:
|cat4
|cat4
}}
}}
{{LSL Function/face|face|}} {{LSL Function/link|linknumber|}} {{LSL_Function/alpha|alpha}}

Revision as of 05:22, 29 March 2007

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 );