CHANGED COLOR
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
integer CHANGED_COLOR = 0x2;
The integer constant CHANGED_COLOR has the value 0x2
Prim color or alpha parameters have changed
Related Functions, Events & Constants
Functions
| • | llSetAlpha | – | Sets the prim's alpha | |
| • | llSetColor | – | Sets the prim's color | |
| • | llSetPrimitiveParams | – | Sets the prim's parameters | |
| • | llSetLinkAlpha | – | Sets link's alpha | |
| • | llSetLinkColor | – | Sets link's color | |
| • | llSetLinkPrimitiveParams | – | Sets link's parameters |
Events
| • | changed |

