Difference between revisions of "LlGetAlpha"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
|helpers
|helpers
|also_functions=
|also_functions=
{{LSL DefineRow||[[llSetAlpha]]|Sets the prims alpha}}
{{LSL DefineRow||[[llSetAlpha]]|Sets the prim's alpha}}
{{LSL DefineRow||[[llGetColor]]|Gets the prims color}}
{{LSL DefineRow||[[llGetColor]]|Gets the prim's color}}
{{LSL DefineRow||[[llSetColor]]|Sets the prims color}}
{{LSL DefineRow||[[llSetColor]]|Sets the prim's color}}
|also_events
|also_events
|also_tests
|also_tests

Revision as of 23:00, 27 February 2007

Summary

Function: float llGetAlpha( integer face );
0.0 Forced Delay
10.0 Energy

Returns a float that is the alpha of face.

• integer face face number or ALL_SIDES

If face is ALL_SIDES then the function works on all sides. The return is in the range [0, 1]

Caveats

  • The function silently fails if its face value indicates a face that does not exist.

Examples

See Also

Functions

•  llSetAlpha Sets the prim's alpha
•  llGetColor Gets the prim's color
•  llSetColor Sets the prim's color

Deep Notes

Signature

function float llGetAlpha( integer face );