Difference between revisions of "CHANGED COLOR"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
|desc=Prim color or alpha parameters have changed | |desc=Prim color or alpha parameters have changed | ||
|examples | |examples | ||
|functions | |functions= | ||
{{LSL DefineRow||[[llSetAlpha]]|Sets the prims alpha}} | |||
{{LSL DefineRow||[[llSetColor]]|Sets the prims color}} | |||
|events= | |events= | ||
{{LSL DefineRow||[[changed]]|}} | {{LSL DefineRow||[[changed]]|}} |
Revision as of 22:59, 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