Difference between revisions of "CHANGED COLOR"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
|examples | |examples | ||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetAlpha]]|Sets the | {{LSL DefineRow||[[llSetAlpha]]|Sets the prim's alpha}} | ||
{{LSL DefineRow||[[llSetColor]]|Sets the | {{LSL DefineRow||[[llSetColor]]|Sets the prim's color}} | ||
{{LSL DefineRow||[[llSetPrimitiveParams]]|Sets the prim's parameters}} | |||
|events= | |events= | ||
{{LSL DefineRow||[[changed]]|}} | {{LSL DefineRow||[[changed]]|}} |
Revision as of 23:00, 27 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer CHANGED_COLOR = 0x2;The integer constant CHANGED_COLOR has the value 0x2
Prim color or alpha parameters have changed
Caveats
Related Articles
Functions
• | llSetAlpha | – | Sets the prim's alpha | |
• | llSetColor | – | Sets the prim's color | |
• | llSetPrimitiveParams | – | Sets the prim's parameters |
Events
• | changed |