Difference between revisions of "ATTACH CHIN"
Jump to navigation
Jump to search
m |
m (Simple experiment to understand what the 'LSL Fix Me' category is/does) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=12 | |value=12 | ||
|desc | |desc=This constant is returned when the [[attachment]] point is the chin. | ||
|examples | |examples | ||
|functions | |functions |
Latest revision as of 01:55, 4 February 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ATTACH_CHIN = 12;The integer constant ATTACH_CHIN has the value 12
This constant is returned when the attachment point is the chin.
Caveats
Related Articles
Constants
|
Functions
• | llAttachToAvatar | – | Try to attach the object to an avatar | |
• | llGetAttached | – | Gets the attach point number |
Events
• | attach | – | Triggered when object is attached or detached |