Difference between revisions of "CHANGED LINK"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
|desc=The number of prims making up the object or avatars seated on the object have changed. | |desc=The number of prims making up the object or avatars seated on the object have changed. | ||
|examples | |examples | ||
|functions | |functions= | ||
{{LSL DefineRow||[[llBreakAllLinks]]|}} | |||
{{LSL DefineRow||[[llBreakLink]]|}} | |||
{{LSL DefineRow||[[llCreateLink]]|}} | |||
|constants= | |||
{{LSL DefineRow||[[PERMISSION_CHANGE_LINKS]]|}} | |||
|events= | |events= | ||
{{LSL DefineRow||[[changed]]|}} | {{LSL DefineRow||[[changed]]|}} |
Revision as of 17:26, 27 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer CHANGED_LINK = 0x20;The integer constant CHANGED_LINK has the value 0x20
The number of prims making up the object or avatars seated on the object have changed.
Caveats
Related Articles
Constants
• | PERMISSION_CHANGE_LINKS |
Functions
• | llBreakAllLinks | |||
• | llBreakLink | |||
• | llCreateLink |
Events
• | changed |