From Second Life Wiki
SetLinkAlpha
llSetLinkAlpha
Description
Function: llSetLinkAlpha( integer linknumber, float alpha, integer face );
If a prim exists in the link chain at linknumber, set face to alpha
| • integer
| linknumber
| –
| Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag
|
|
| • float
| alpha
| –
| from 0.0 (clear) to 1.0 (solid) (0.0 <= alpha <= 1.0)
|
|
| • integer
| face
| –
| face number or ALL_SIDES
|
|
If face is ALL_SIDES then the function works on all sides.
|
|
| Flag
| Description
|
| LINK_ALL_CHILDREN
| -3
| sends to all children, (everything but the root)
|
| LINK_THIS
| -4
| sends to the prim the script is in
|
|
Caveats
- The function silently fails if its face value indicates a face that does not exist
See Also
Events
Functions
Articles