Difference between revisions of "LlGetColor"

From Second Life Wiki
Jump to navigation Jump to search
Line 27: Line 27:
|also_articles
|also_articles
|notes
|notes
|cat1
|cat1=About Color
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 11:26, 23 February 2007

Summary

Function: vector llGetColor( integer face );
0.0 Forced Delay
10.0 Energy

Returns a vector that is the color on face.

• integer face face number or ALL_SIDES

If face is ALL_SIDES then the function works on all sides.

Caveats

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

Examples

default
{
    state_entry()
    {
        llSay(0,"The color of side 1 is: "+(string)llGetColor(1) );
    }
}

See Also

Functions

•  llSetColor Sets the prims color

Deep Notes

Signature

function vector llGetColor( integer face );